/src/tests/fs/ffs/ |
t_mount.c | 60 struct statvfs svb; local in function:ATF_TC_BODY 82 rump_sys_statvfs1("/mp", &svb, ST_WAIT); 101 struct statvfs svb; local in function:ATF_TC_BODY 123 rump_sys_statvfs1("/mp", &svb, ST_WAIT);
|
t_mount.c | 60 struct statvfs svb; local in function:ATF_TC_BODY 82 rump_sys_statvfs1("/mp", &svb, ST_WAIT); 101 struct statvfs svb; local in function:ATF_TC_BODY 123 rump_sys_statvfs1("/mp", &svb, ST_WAIT);
|
/src/tests/fs/puffs/ |
t_basic.c | 36 struct statvfs svb; local in function:syncbar 38 if (rump_sys_statvfs1(fs, &svb, ST_WAIT) == -1)
|
t_basic.c | 36 struct statvfs svb; local in function:syncbar 38 if (rump_sys_statvfs1(fs, &svb, ST_WAIT) == -1)
|
/src/tests/fs/vfs/ |
t_vfsops.c | 55 struct statvfs svb; local in function:tstatvfs 57 if (rump_sys_statvfs1(path, &svb, ST_WAIT) == -1) 60 ATF_REQUIRE(svb.f_namemax > 0 && svb.f_namemax <= MAXNAMLEN); 62 ATF_REQUIRE_STREQ(svb.f_fstypename, fstype); 63 ATF_REQUIRE_STREQ(svb.f_mntonname, path);
|
t_vfsops.c | 55 struct statvfs svb; local in function:tstatvfs 57 if (rump_sys_statvfs1(path, &svb, ST_WAIT) == -1) 60 ATF_REQUIRE(svb.f_namemax > 0 && svb.f_namemax <= MAXNAMLEN); 62 ATF_REQUIRE_STREQ(svb.f_fstypename, fstype); 63 ATF_REQUIRE_STREQ(svb.f_mntonname, path);
|