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

  /src/sys/miscfs/nullfs/
null.h 83 struct null_mount { struct
109 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data))
null_vfsops.c 101 struct null_mount *nmp;
139 nmp = kmem_zalloc(sizeof(struct null_mount), KM_SLEEP);
152 kmem_free(nmp, sizeof(struct null_mount));
166 kmem_free(nmp, sizeof(struct null_mount));
191 struct null_mount *nmp = MOUNTTONULLMOUNT(mp);
208 kmem_free(mp->mnt_data, sizeof(struct null_mount));
  /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 12 milliseconds