Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_rwtoro.c132 const char *null_mount = "/nullm"; in basic_test() local
136 RL(rump_sys_mkdir(null_mount, 0777)); in basic_test()
139 RL(rump_sys_mount(MOUNT_NULL, null_mount, 0, in basic_test()
143 (*pre)(use_layer ? null_mount : mp); in basic_test()
146 (*post)(use_layer ? null_mount : mp); in basic_test()
148 RL(rump_sys_unmount(null_mount, 0)); in basic_test()
/freebsd/sys/fs/nullfs/
H A Dnull.h40 struct null_mount { struct
62 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data)) argument
H A Dnull_vfsops.c82 struct null_mount *xmp; in nullfs_mount()
173 xmp = malloc(sizeof(struct null_mount), M_NULLFSMNT, in nullfs_mount()
253 struct null_mount *mntdata; in nullfs_unmount()
279 * Finally, throw away the null_mount structure in nullfs_unmount()
302 struct null_mount *mntdata; in nullfs_root()
323 struct null_mount *mntdata; in nullfs_quotactl()
H A Dnull_vnops.c844 struct null_mount *xmp; in null_want_recycle()