Home
last modified time | relevance | path

Searched refs:fsarg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_union.c159 void *fsarg; in whiteout() local
165 RL(ffs_fstest_newfs(tc, &fsarg, "daimage", 1024*1024*5, NULL)); in whiteout()
166 RL(ffs_fstest_mount(tc, fsarg, "/lower", 0)); in whiteout()
175 RL(ffs_fstest_mount(tc, fsarg, "/lower", MNT_RDONLY)); in whiteout()
/freebsd/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Drumpnfsd.c64 void *fsarg; in main() local
104 if (ffs_fstest_newfs(NULL, &fsarg, in main()
107 if (ffs_fstest_mount(NULL, fsarg, exportpath, 0) != 0) in main()