Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1687 struct statvfs svfs; in setup_current_filesystem() local
1705 r = statvfs(".", &svfs); in setup_current_filesystem()
1719 if (svfs.f_flag & ST_LOCAL) in setup_current_filesystem()
1725 if (svfs.f_flag & ST_NOATIME) in setup_current_filesystem()
1758 struct statvfs svfs; in setup_current_filesystem() local
1809 vr = statvfs(".", &svfs); in setup_current_filesystem()
1853 if (svfs.f_flag & ST_NOATIME) in setup_current_filesystem()
1879 struct statvfs svfs; in setup_current_filesystem() local
1898 r = fstatvfs(fd, &svfs); in setup_current_filesystem()
1921 r = statvfs(".", &svfs); in setup_current_filesystem()
[all …]