Home
last modified time | relevance | path

Searched refs:mounton_vp (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c583 vfs_context_t vctx, vnode_t cryptex_vp, vnode_t mounton_vp) in graft_secureboot_cryptex() argument
594 } else if (mounton_vp && cryptex_vp->v_mount != mounton_vp->v_mount) { in graft_secureboot_cryptex()
597 } else if (mounton_vp && mounton_vp->v_type != VDIR) { in graft_secureboot_cryptex()
606 if (mounton_vp) { in graft_secureboot_cryptex()
608 error = vn_stat(mounton_vp, &sb, NULL, 1, 0, vctx); in graft_secureboot_cryptex()
689 vnode_t mounton_vp = NULLVP; in graftdmg() local
712 mounton_vp = nd.ni_vp; in graftdmg()
725 error = graft_secureboot_cryptex(ua_grafttype, sbc_args, ctx, cryptex_vp, mounton_vp); in graftdmg()
733 if (mounton_vp) { in graftdmg()
734 vnode_put(mounton_vp); in graftdmg()
[all …]