Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/miscfs/nullfs/
H A Dnull_vnops.c125 struct vfs_context *ectx = ctx; in nullfs_get_patched_context() local
129 ectx = vfs_context_create(ctx); in nullfs_get_patched_context()
130 ucred = kauth_cred_derive(ectx->vc_ucred, in nullfs_get_patched_context()
135 kauth_cred_unref(&ectx->vc_ucred); in nullfs_get_patched_context()
136 ectx->vc_ucred = ucred; in nullfs_get_patched_context()
138 return ectx; in nullfs_get_patched_context()
165 vfs_context_t ectx = nullfs_get_patched_context(null_mp, args->a_context); in nullfs_special_getattr() local
179 nullfs_cleanup_patched_context(null_mp, ectx); in nullfs_special_getattr()
184 int error = vnode_getattr(checkvp, &covered_rootattr, ectx); in nullfs_special_getattr()
190 nullfs_cleanup_patched_context(null_mp, ectx); in nullfs_special_getattr()
[all …]
H A Dnull_vfsops.c421 vfs_context_t ectx = nullfs_get_patched_context(null_mp, ctx); in nullfs_vfs_getattr() local
432 if (nullfs_vfs_getlowerattr(vnode_mount(null_mp->nullm_lowerrootvp), &vfa, ectx) == 0) { in nullfs_vfs_getattr()
543 nullfs_cleanup_patched_context(null_mp, ectx); in nullfs_vfs_getattr()