Searched refs:statvfs_buf (Results 1 - 1 of 1) sorted by relevance

/external/selinux/policycoreutils/setfiles/
H A Drestore.c629 struct statvfs statvfs_buf; local
631 memset(&statvfs_buf, 0, sizeof(statvfs_buf));
632 if (!statvfs(name, &statvfs_buf)) {
633 nfile = statvfs_buf.f_files - statvfs_buf.f_ffree;

Completed in 97 milliseconds