Home
last modified time | relevance | path

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

/xnu-11215/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()
255 nullfs_cleanup_patched_context(null_mp, ectx); in nullfs_special_getattr()
346 error = VNOP_OPEN(lvp, args->a_mode, ectx); in nullfs_open()
568 vfs_context_t ectx; in null_lookup() local
623 error = VNOP_LOOKUP(ldvp, &lvp, cnp, ectx); in null_lookup()
[all …]
H A Dnull_vfsops.c424 vfs_context_t ectx = nullfs_get_patched_context(null_mp, ctx); in nullfs_vfs_getattr() local
435 if (nullfs_vfs_getlowerattr(vnode_mount(null_mp->nullm_lowerrootvp), &vfa, ectx) == 0) { in nullfs_vfs_getattr()
546 nullfs_cleanup_patched_context(null_mp, ectx); in nullfs_vfs_getattr()