Searched refs:null_mount (Results 1 – 4 of 4) sorted by relevance
132 const char *null_mount = "/nullm"; in basic_test() local136 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()
44 struct null_mount { struct64 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data)) argument
79 struct null_mount *xmp; in nullfs_mount()159 xmp = (struct null_mount *) malloc(sizeof(struct null_mount), in nullfs_mount()226 struct null_mount *mntdata;279 struct null_mount *mntdata;
850 struct null_mount *xmp; in null_want_recycle()