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