Searched refs:svfs (Results 1 – 1 of 1) sorted by relevance
1658 struct statvfs svfs; in setup_current_filesystem() local1667 r = statvfs(tree_current_access_path(t), &svfs); in setup_current_filesystem()1672 r = fstatvfs(tree_current_dir_fd(t), &svfs); in setup_current_filesystem()1676 r = statvfs(".", &svfs); in setup_current_filesystem()1688 set_statvfs_transfer_size(t->current_filesystem, &svfs); in setup_current_filesystem()1690 if (svfs.f_flag & ST_LOCAL) in setup_current_filesystem()1696 if (svfs.f_flag & ST_NOATIME) in setup_current_filesystem()1727 struct statvfs svfs; in setup_current_filesystem() local1746 vr = fstatvfs(fd, &svfs);/* for f_flag, mount flags */ in setup_current_filesystem()1758 vr = statvfs(tree_current_access_path(t), &svfs); in setup_current_filesystem()[all …]