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

/freebsd-13-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_rwtoro.c132 const char *null_mount = "/nullm"; local
136 RL(rump_sys_mkdir(null_mount, 0777));
139 RL(rump_sys_mount(MOUNT_NULL, null_mount, 0,
143 (*pre)(use_layer ? null_mount : mp);
146 (*post)(use_layer ? null_mount : mp);
148 RL(rump_sys_unmount(null_mount, 0));
/freebsd-13-stable/sys/fs/nullfs/
H A Dnull.h44 struct null_mount { struct
64 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data))
H A Dnull_vfsops.c79 struct null_mount *xmp;
159 xmp = (struct null_mount *) malloc(sizeof(struct null_mount),
226 struct null_mount *mntdata;
253 * Finally, throw away the null_mount structure
279 struct null_mount *mntdata;
H A Dnull_vnops.c784 struct null_mount *xmp;

Completed in 100 milliseconds