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

  /src/sbin/fsck_lfs/
main.c 335 struct statvfs stfs_buf; local in function:checkfilesys
340 if (statvfs("/", &stfs_buf) == 0) {
341 long flags = stfs_buf.f_flag;
  /src/sbin/fsck_ext2fs/
main.c 358 struct statvfs stfs_buf; local in function:checkfilesys
363 if (statvfs("/", &stfs_buf) == 0) {
364 long flags = stfs_buf.f_flag;
  /src/sbin/fsck_ffs/
main.c 542 struct statvfs stfs_buf; local in function:checkfilesys
546 if (statvfs("/", &stfs_buf) == 0)
547 flags = stfs_buf.f_flag;
574 struct statvfs stfs_buf; local in function:checkfilesys
579 if (statvfs("/", &stfs_buf) == 0) {
580 long flags = stfs_buf.f_flag;

Completed in 12 milliseconds