Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/nullfs/
H A Dnullfs.h89 struct null_mount { struct
133 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)(vfs_fsprivate(mp)))
152 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_vnops.c94 struct null_mount * null_mp; in nullfs_isspecialvp()
111 struct null_mount * null_mp; in nullfs_checkspecialvp()
123 nullfs_get_patched_context(struct null_mount * null_mp, vfs_context_t ctx) in nullfs_get_patched_context()
160 struct null_mount * null_mp = MOUNTTONULLMOUNT(mp); in nullfs_special_getattr()
334 struct null_mount * null_mp = MOUNTTONULLMOUNT(mp); in nullfs_open()
360 struct null_mount * null_mp = MOUNTTONULLMOUNT(mp); in nullfs_close()
437 struct null_mount * null_mp = MOUNTTONULLMOUNT(mp); in null_special_lookup()
566 struct null_mount * null_mp; in null_lookup()
664 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(ap->a_vp)); in null_reclaim()
738 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(vp)); in nullfs_special_readdir()
[all …]
H A Dnull_vfsops.c113 struct null_mount * xmp = NULL; in nullfs_mount()
194 xmp = kalloc_type(struct null_mount, Z_WAITOK | Z_ZERO | Z_NOFAIL); in nullfs_mount()
306 kfree_type(struct null_mount, xmp); in nullfs_mount()
330 struct null_mount * mntdata; in nullfs_unmount()
386 kfree_type(struct null_mount, mntdata); in nullfs_unmount()
421 struct null_mount * null_mp = MOUNTTONULLMOUNT(mp); in nullfs_vfs_getattr()