Home
last modified time | relevance | path

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

/src/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()
/src/sys/fs/nullfs/
H A Dnull.h44 struct null_mount { struct
66 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data)) argument
H A Dnull_vfsops.c82 struct null_mount *xmp; in nullfs_mount()
177 xmp = malloc(sizeof(struct null_mount), M_NULLFSMNT, in nullfs_mount()
265 struct null_mount *mntdata; in nullfs_unmount()
314 struct null_mount *mntdata; in nullfs_root()
335 struct null_mount *mntdata; in nullfs_quotactl()
H A Dnull_vnops.c921 struct null_mount *xmp; in null_want_recycle()