Home
last modified time | relevance | path

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

1234

/fs/orangefs/
Dsuper.c181 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()
196 (long)new_op->downcall.resp.statfs.blocks_avail, in orangefs_statfs()
197 (long)new_op->downcall.resp.statfs.blocks_total, in orangefs_statfs()
198 (long)new_op->downcall.resp.statfs.block_size, in orangefs_statfs()
199 (long)new_op->downcall.resp.statfs.files_total, in orangefs_statfs()
200 (long)new_op->downcall.resp.statfs.files_avail); in orangefs_statfs()
204 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs()
207 buf->f_blocks = (sector_t) new_op->downcall.resp.statfs.blocks_total; in orangefs_statfs()
208 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
209 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.c57 if (!dentry->d_sb->s_op->statfs) in statfs_by_dentry()
64 retval = dentry->d_sb->s_op->statfs(dentry, buf); in statfs_by_dentry()
124 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) in do_statfs_native()
126 struct statfs buf; in do_statfs_native()
190 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
211 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) in SYSCALL_DEFINE2()
300 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
DMakefile15 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
Dnsfs.c258 .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/sdcardfs/
Dsdcardfs.h592 struct kstatfs statfs; in check_min_free_space() local
599 err = vfs_statfs(&lower_path, &statfs); in check_min_free_space()
606 if (unlikely(statfs.f_bsize == 0)) in check_min_free_space()
611 size = statfs.f_bsize; in check_min_free_space()
614 avail = statfs.f_bavail * statfs.f_bsize; in check_min_free_space()
Dsuper.c304 .statfs = sdcardfs_statfs,
/fs/9p/
Dvfs_super.c337 .statfs = simple_statfs,
347 .statfs = v9fs_statfs,
/fs/efs/
Defs.h128 struct statfs;
Dsuper.c120 .statfs = efs_statfs,
/fs/configfs/
Dmount.c40 .statfs = simple_statfs,
/fs/nfsd/
Dnfs4xdr.c2412 struct kstatfs statfs; in nfsd4_encode_fattr() local
2452 err = vfs_statfs(&path, &statfs); in nfsd4_encode_fattr()
2703 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr()
2709 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr()
2715 p = xdr_encode_hyper(p, (u64) statfs.f_files); in nfsd4_encode_fattr()
2744 *p++ = cpu_to_be32(statfs.f_namelen); in nfsd4_encode_fattr()
2797 dummy64 = (u64)statfs.f_bavail * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
2804 dummy64 = (u64)statfs.f_bfree * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
2811 dummy64 = (u64)statfs.f_blocks * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
/fs/ramfs/
Dinode.c175 .statfs = simple_statfs,
/fs/efivarfs/
Dsuper.c27 .statfs = simple_statfs,
/fs/overlayfs/
Dsuper.c394 .statfs = ovl_statfs,
789 struct kstatfs statfs; in ovl_check_namelen() local
790 int err = vfs_statfs(path, &statfs); in ovl_check_namelen()
795 ofs->namelen = max(ofs->namelen, statfs.f_namelen); in ovl_check_namelen()
/fs/freevxfs/
Dvxfs_super.c144 .statfs = vxfs_statfs,
/fs/coda/
Dinode.c104 .statfs = coda_statfs,
/fs/cachefiles/
Dbind.c127 !root->d_sb->s_op->statfs || in cachefiles_daemon_add_cache()
/fs/jffs2/
Dsuper.c237 .statfs = jffs2_statfs,
/fs/kernfs/
Dmount.c48 .statfs = simple_statfs,
/fs/nfs/
Dnfs4super.c57 .statfs = nfs_statfs,
/fs/pstore/
Dinode.c271 .statfs = simple_statfs,
/fs/sysv/
Dinode.c336 .statfs = sysv_statfs,

1234