Searched refs:stfs_buf (Results 1 – 3 of 3) sorted by relevance
542 struct statvfs stfs_buf; in checkfilesys() local546 if (statvfs("/", &stfs_buf) == 0) in checkfilesys()547 flags = stfs_buf.f_flag; in checkfilesys()574 struct statvfs stfs_buf; in checkfilesys() local579 if (statvfs("/", &stfs_buf) == 0) { in checkfilesys()580 long flags = stfs_buf.f_flag; in checkfilesys()
330 struct statvfs stfs_buf; in checkfilesys() local335 if (statvfs("/", &stfs_buf) == 0) { in checkfilesys()336 long flags = stfs_buf.f_flag; in checkfilesys()
358 struct statvfs stfs_buf; in checkfilesys() local363 if (statvfs("/", &stfs_buf) == 0) { in checkfilesys()364 long flags = stfs_buf.f_flag; in checkfilesys()