Searched refs:statfs (Results 26 - 50 of 140) sorted by relevance

123456

/linux-master/fs/orangefs/
H A Dupcall.h242 struct orangefs_statfs_request_s statfs; member in union:orangefs_upcall_s::__anon10429
/linux-master/fs/configfs/
H A Dmount.c38 .statfs = simple_statfs,
/linux-master/tools/lib/api/fs/
H A Dfs.c179 struct statfs st_fs;
181 if (statfs(fs, &st_fs) < 0)
/linux-master/fs/cachefiles/
H A Dcache.c9 #include <linux/statfs.h>
66 !root->d_sb->s_op->statfs ||
214 cachefiles_io_error(cache, "statfs failed");
/linux-master/fs/efivarfs/
H A Dsuper.c17 #include <linux/statfs.h>
107 .statfs = efivarfs_statfs,
/linux-master/fs/kernfs/
H A Dmount.c20 #include <linux/statfs.h>
59 .statfs = kernfs_statfs,
/linux-master/fs/qnx4/
H A Dinode.c23 #include <linux/statfs.h>
41 .statfs = qnx4_statfs,
/linux-master/fs/adfs/
H A Dsuper.c13 #include <linux/statfs.h>
275 .statfs = adfs_statfs,
H A Dmap.c8 #include <linux/statfs.h>
/linux-master/fs/vboxsf/
H A Dsuper.c18 #include <linux/statfs.h>
328 .statfs = vboxsf_statfs,
/linux-master/security/
H A Dinode.c36 .statfs = simple_statfs,
/linux-master/tools/testing/selftests/mm/
H A Dgup_longterm.c40 struct statfs fs;
/linux-master/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c102 struct statfs statfs_buf;
/linux-master/fs/ramfs/
H A Dinode.c217 .statfs = simple_statfs,
/linux-master/fs/
H A DMakefile16 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
H A Dpidfs.c199 .statfs = simple_statfs,
H A Dnsfs.c196 .statfs = simple_statfs,
/linux-master/fs/freevxfs/
H A Dvxfs_super.c62 * vxfs_statfs fills the statfs buffer @bufp with information
122 .statfs = vxfs_statfs,
/linux-master/fs/nfs/
H A Dnfs4super.c29 .statfs = nfs_statfs,
/linux-master/fs/overlayfs/
H A Dsuper.c14 #include <linux/statfs.h>
244 * filesystem pass the statfs to the upper filesystem (if it exists)
274 .statfs = ovl_statfs,
374 struct kstatfs statfs; local
375 int err = vfs_statfs(path, &statfs);
378 pr_err("statfs failed on '%s'\n", name);
380 ofs->namelen = max(ofs->namelen, statfs.f_namelen);
/linux-master/fs/afs/
H A Dsuper.c25 #include <linux/statfs.h>
56 .statfs = afs_statfs,
/linux-master/fs/qnx6/
H A Dinode.c21 #include <linux/statfs.h>
42 .statfs = qnx6_statfs,
/linux-master/fs/affs/
H A Dsuper.c16 #include <linux/statfs.h>
157 .statfs = affs_statfs,
/linux-master/fs/hpfs/
H A Dsuper.c14 #include <linux/statfs.h>
532 .statfs = hpfs_statfs,
/linux-master/fs/romfs/
H A Dsuper.c29 * correct namelen for statfs
71 #include <linux/statfs.h>
437 .statfs = romfs_statfs,

Completed in 272 milliseconds

123456