HomeSort by: relevance | last modified time | path
    Searched defs:null_mount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/miscfs/nullfs/
null.h 83 struct null_mount { struct
109 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data))
  /src/tests/fs/vfs/
t_rwtoro.c 132 const char *null_mount = "/nullm"; local in function:basic_test
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));

Completed in 29 milliseconds