Home
last modified time | relevance | path

Searched refs:statfs (Results 1 – 25 of 84) sorted by relevance

1234

/fs/orangefs/
Dsuper.c182 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()
197 (long)new_op->downcall.resp.statfs.blocks_avail, in orangefs_statfs()
198 (long)new_op->downcall.resp.statfs.blocks_total, in orangefs_statfs()
199 (long)new_op->downcall.resp.statfs.block_size, in orangefs_statfs()
200 (long)new_op->downcall.resp.statfs.files_total, in orangefs_statfs()
201 (long)new_op->downcall.resp.statfs.files_avail); in orangefs_statfs()
205 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs()
208 buf->f_blocks = (sector_t) new_op->downcall.resp.statfs.blocks_total; in orangefs_statfs()
209 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
210 buf->f_bavail = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
[all …]
Ddowncall.h114 struct orangefs_statfs_response statfs; member
Dupcall.h242 struct orangefs_statfs_request_s statfs; member
/fs/
Dstatfs.c59 if (!dentry->d_sb->s_op->statfs) in statfs_by_dentry()
66 retval = dentry->d_sb->s_op->statfs(dentry, buf); in statfs_by_dentry()
126 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) in do_statfs_native()
128 struct statfs buf; in do_statfs_native()
192 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
213 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) in SYSCALL_DEFINE2()
305 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
DMakefile16 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
Dnsfs.c279 .statfs = simple_statfs,
/fs/ecryptfs/
Dsuper.c95 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs()
98 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs()
174 .statfs = ecryptfs_statfs,
/fs/9p/
Dvfs_super.c344 .statfs = simple_statfs,
354 .statfs = v9fs_statfs,
/fs/efs/
Defs.h128 struct statfs;
Dsuper.c121 .statfs = efs_statfs,
/fs/configfs/
Dmount.c38 .statfs = simple_statfs,
/fs/efivarfs/
Dsuper.c28 .statfs = simple_statfs,
/fs/nfs/
Dnfs4super.c29 .statfs = nfs_statfs,
/fs/ramfs/
Dinode.c186 .statfs = simple_statfs,
/fs/freevxfs/
Dvxfs_super.c120 .statfs = vxfs_statfs,
/fs/coda/
Dinode.c104 .statfs = coda_statfs,
/fs/nfsd/
Dnfs4xdr.c2879 struct kstatfs statfs; in nfsd4_encode_fattr() local
2921 err = vfs_statfs(&path, &statfs); in nfsd4_encode_fattr()
3171 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr()
3177 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr()
3183 p = xdr_encode_hyper(p, (u64) statfs.f_files); in nfsd4_encode_fattr()
3212 *p++ = cpu_to_be32(statfs.f_namelen); in nfsd4_encode_fattr()
3265 dummy64 = (u64)statfs.f_bavail * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
3272 dummy64 = (u64)statfs.f_bfree * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
3279 dummy64 = (u64)statfs.f_blocks * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
/fs/overlayfs/
Dsuper.c433 .statfs = ovl_statfs,
941 struct kstatfs statfs; in ovl_check_namelen() local
942 int err = vfs_statfs(path, &statfs); in ovl_check_namelen()
947 ofs->namelen = max(ofs->namelen, statfs.f_namelen); in ovl_check_namelen()
/fs/cachefiles/
Dcache.c66 !root->d_sb->s_op->statfs || in cachefiles_add_cache()
/fs/jffs2/
Dsuper.c247 .statfs = jffs2_statfs,
/fs/kernfs/
Dmount.c49 .statfs = simple_statfs,
/fs/autofs/
Dinode.c108 .statfs = simple_statfs,
/fs/sysv/
Dinode.c335 .statfs = sysv_statfs,
/fs/openpromfs/
Dinode.c368 .statfs = simple_statfs,
/fs/hfs/
Dsuper.c181 .statfs = hfs_statfs,

1234