Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/nullfs/
H A Dnull_vnops.c94 struct null_mount * null_mp; in nullfs_isspecialvp() local
100 if (vp && (vp == null_mp->nullm_rootvp || vp == null_mp->nullm_secondvp)) { in nullfs_isspecialvp()
111 struct null_mount * null_mp; in nullfs_checkspecialvp() local
133 null_mp->uid, null_mp->gid); in nullfs_get_patched_context()
484 vp = null_mp->nullm_secondvp; in null_special_lookup()
511 error = vnode_getwithvid(null_mp->nullm_lowerrootvp, null_mp->nullm_lowerrootvid); in null_special_lookup()
566 struct null_mount * null_mp; in null_lookup() local
577 null_mp = MOUNTTONULLMOUNT(mp); in null_lookup()
691 null_mp->nullm_rootvp = NULL; in null_reclaim()
693 null_mp->nullm_secondvp = NULL; in null_reclaim()
[all …]
H A Dnullfs.h152 vfs_context_t nullfs_get_patched_context(struct null_mount * null_mp, vfs_context_t ctx);
153 void nullfs_cleanup_patched_context(struct null_mount * null_mp, vfs_context_t ctx);
H A Dnull_vfsops.c421 struct null_mount * null_mp = MOUNTTONULLMOUNT(mp); in nullfs_vfs_getattr() local
424 vfs_context_t ectx = nullfs_get_patched_context(null_mp, ctx); in nullfs_vfs_getattr()
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()