Searched refs:cryptex_vp (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/bsd/vfs/ |
| H A D | vfs_syscalls.c | 625 vfs_context_t vctx, vnode_t cryptex_vp, vnode_t mounton_vp) in graft_secureboot_cryptex() argument 636 } else if (mounton_vp && cryptex_vp->v_mount != mounton_vp->v_mount) { in graft_secureboot_cryptex() 642 } else if (cryptex_vp->v_mount->mnt_kern_flag & MNTK_VIRTUALDEV) { in graft_secureboot_cryptex() 700 error = VNOP_IOCTL(cryptex_vp, FSIOC_GRAFT_FS, (caddr_t)&gfs, 0, vctx); in graft_secureboot_cryptex() 733 vnode_t cryptex_vp = NULLVP; in graftdmg() local 761 error = vnode_getfromfd(ctx, ua_dmgfd, &cryptex_vp); in graftdmg() 770 error = graft_secureboot_cryptex(ua_grafttype, sbc_args, ctx, cryptex_vp, mounton_vp); in graftdmg() 774 if (cryptex_vp) { in graftdmg() 775 vnode_put(cryptex_vp); in graftdmg() 776 cryptex_vp = NULLVP; in graftdmg()
|