Lines Matching defs:fs
64 checkstattime(const struct stat *st, const struct statvfs *fs)
67 if ((fs->f_flag & ST_NOATIME) == 0) {
94 struct statvfs fs;
105 RL(statvfs(FILE, &fs));
106 checkstattime(&st, &fs);
119 struct statvfs fs;
129 RL(statvfs(BASEFILE, &fs));
130 checkstattime(&st, &fs);
208 struct statvfs fs;
222 RL(statvfs(DIR, &fs)); /* XXX should do lstatvfs(LINK, &fs) */
223 checkstattime(&st, &fs);