Searched refs:statfs (Results 1 – 25 of 70) sorted by relevance
123
/fs/ |
D | open.c | 39 if (dentry->d_sb->s_op->statfs) { in vfs_statfs() 44 retval = dentry->d_sb->s_op->statfs(dentry, buf); in vfs_statfs() 54 static int vfs_statfs_native(struct dentry *dentry, struct statfs *buf) in vfs_statfs_native() 125 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument 132 struct statfs tmp; in SYSCALL_DEFINE2() 159 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) in SYSCALL_DEFINE2() 162 struct statfs tmp; in SYSCALL_DEFINE2()
|
/fs/nfsd/ |
D | nfs4xdr.c | 1417 struct kstatfs statfs; in nfsd4_encode_fattr() local 1446 err = vfs_statfs(dentry, &statfs); in nfsd4_encode_fattr() 1652 WRITE64((u64) statfs.f_ffree); in nfsd4_encode_fattr() 1657 WRITE64((u64) statfs.f_ffree); in nfsd4_encode_fattr() 1662 WRITE64((u64) statfs.f_files); in nfsd4_encode_fattr() 1689 WRITE32(statfs.f_namelen); in nfsd4_encode_fattr() 1739 dummy64 = (u64)statfs.f_bavail * (u64)statfs.f_bsize; in nfsd4_encode_fattr() 1745 dummy64 = (u64)statfs.f_bfree * (u64)statfs.f_bsize; in nfsd4_encode_fattr() 1751 dummy64 = (u64)statfs.f_blocks * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
|
/fs/sysfs/ |
D | mount.c | 31 .statfs = simple_statfs,
|
/fs/efs/ |
D | efs.h | 121 struct statfs;
|
D | super.c | 112 .statfs = efs_statfs,
|
/fs/configfs/ |
D | mount.c | 45 .statfs = simple_statfs,
|
/fs/ecryptfs/ |
D | super.c | 198 .statfs = ecryptfs_statfs,
|
/fs/9p/ |
D | vfs_super.c | 238 .statfs = simple_statfs,
|
/fs/smbfs/ |
D | proto.h | 7 struct statfs;
|
/fs/freevxfs/ |
D | vxfs_super.c | 65 .statfs = vxfs_statfs,
|
/fs/ramfs/ |
D | inode.c | 159 .statfs = simple_statfs,
|
/fs/coda/ |
D | inode.c | 97 .statfs = coda_statfs,
|
D | upcall.c | 556 insize = max_t(unsigned int, INSIZE(statfs), OUTSIZE(statfs)); in venus_statfs()
|
/fs/jffs2/ |
D | super.c | 118 .statfs = jffs2_statfs,
|
/fs/autofs/ |
D | inode.c | 56 .statfs = simple_statfs,
|
/fs/hfs/ |
D | super.c | 164 .statfs = hfs_statfs,
|
/fs/squashfs/ |
D | super.c | 432 .statfs = squashfs_statfs,
|
/fs/openpromfs/ |
D | inode.c | 379 .statfs = simple_statfs,
|
/fs/autofs4/ |
D | inode.c | 211 .statfs = simple_statfs,
|
/fs/sysv/ |
D | inode.c | 348 .statfs = sysv_statfs,
|
/fs/afs/ |
D | super.c | 48 .statfs = afs_statfs,
|
/fs/cifs/ |
D | cifsproto.h | 25 struct statfs;
|
/fs/adfs/ |
D | super.c | 281 .statfs = adfs_statfs,
|
/fs/ocfs2/dlm/ |
D | dlmfs.c | 569 .statfs = simple_statfs,
|
/fs/cramfs/ |
D | inode.c | 525 .statfs = cramfs_statfs,
|
123