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()
40 struct null_mount { struct62 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data)) argument
82 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()
844 struct null_mount *xmp; in null_want_recycle()