statfs            131 examples/perfcounter/perf_writer_disk.c 	struct statfs statfsbuf;
statfs            146 examples/perfcounter/perf_writer_disk.c 		status = statfs(data->diskInfo.mdata[i].mountpoint, &statfsbuf);
statfs             58 lib/util/fsusage.c 	struct statfs fsd;
statfs             60 lib/util/fsusage.c 	if (statfs (path, &fsd, sizeof (struct statfs)) != 0)
statfs             68 lib/util/fsusage.c 	if (statfs (path, &fsd) != 1)
statfs             77 lib/util/fsusage.c 	struct statfs fsd;
statfs             79 lib/util/fsusage.c 	if (statfs (path, &fsd) < 0)
statfs            100 lib/util/fsusage.c 	struct statfs fsd;
statfs            102 lib/util/fsusage.c 	if (statfs (path, &fsd) < 0)
statfs            121 lib/util/fsusage.c 	struct statfs fsd;
statfs            123 lib/util/fsusage.c 	if (statfs (path, &fsd, sizeof fsd, 0) < 0)
statfs            277 source3/client/umount.cifs.c 	struct statfs statbuf;
statfs            372 source3/client/umount.cifs.c 	rc = statfs(mountpoint, &statbuf);
statfs             57 source3/modules/vfs_fileid.c 		struct statfs sfs;
statfs             61 source3/modules/vfs_fileid.c 		if (statfs(m->mnt_dir, &sfs) != 0) continue;
statfs           1182 source3/smbd/quotas.c     struct statfs *mnts;
statfs           1231 source3/smbd/quotas.c     struct statfs statbuf;
statfs           1233 source3/smbd/quotas.c     if (statfs(path,&statbuf) != 0)
statfs            106 source3/smbd/statvfs.c 	struct statfs sbuf;
statfs            109 source3/smbd/statvfs.c 	ret = statfs(path, &sbuf);