Home
last modified time | relevance | path

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

1234

/linux-4.19.296/fs/orangefs/
Dsuper.c167 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()
182 (long)new_op->downcall.resp.statfs.blocks_avail, in orangefs_statfs()
183 (long)new_op->downcall.resp.statfs.blocks_total, in orangefs_statfs()
184 (long)new_op->downcall.resp.statfs.block_size, in orangefs_statfs()
185 (long)new_op->downcall.resp.statfs.files_total, in orangefs_statfs()
186 (long)new_op->downcall.resp.statfs.files_avail); in orangefs_statfs()
190 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs()
193 buf->f_blocks = (sector_t) new_op->downcall.resp.statfs.blocks_total; in orangefs_statfs()
194 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
195 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
/linux-4.19.296/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()
110 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) in do_statfs_native()
112 struct statfs buf; in do_statfs_native()
176 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
197 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) in SYSCALL_DEFINE2()
286 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.c260 .statfs = simple_statfs,
/linux-4.19.296/fs/ecryptfs/
Dsuper.c111 if (!lower_dentry->d_sb->s_op->statfs) in ecryptfs_statfs()
114 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); in ecryptfs_statfs()
189 .statfs = ecryptfs_statfs,
/linux-4.19.296/include/uapi/asm-generic/
Dstatfs.h23 struct statfs { struct
DKbuild.asm28 mandatory-y += statfs.h
/linux-4.19.296/fs/9p/
Dvfs_super.c348 .statfs = simple_statfs,
358 .statfs = v9fs_statfs,
/linux-4.19.296/fs/efs/
Defs.h128 struct statfs;
Dsuper.c126 .statfs = efs_statfs,
/linux-4.19.296/fs/configfs/
Dmount.c45 .statfs = simple_statfs,
/linux-4.19.296/fs/ramfs/
Dinode.c173 .statfs = simple_statfs,
/linux-4.19.296/fs/efivarfs/
Dsuper.c29 .statfs = simple_statfs,
/linux-4.19.296/drivers/oprofile/
Doprofilefs.c40 .statfs = simple_statfs,
/linux-4.19.296/fs/cachefiles/
Dbind.c131 !root->d_sb->s_op->statfs || in cachefiles_daemon_add_cache()
/linux-4.19.296/fs/freevxfs/
Dvxfs_super.c151 .statfs = vxfs_statfs,
/linux-4.19.296/fs/coda/
Dinode.c110 .statfs = coda_statfs,
/linux-4.19.296/fs/overlayfs/
Dsuper.c393 .statfs = ovl_statfs,
779 struct kstatfs statfs; in ovl_check_namelen() local
780 int err = vfs_statfs(path, &statfs); in ovl_check_namelen()
785 ofs->namelen = max(ofs->namelen, statfs.f_namelen); in ovl_check_namelen()
/linux-4.19.296/fs/nfsd/
Dnfs4xdr.c2405 struct kstatfs statfs; in nfsd4_encode_fattr() local
2445 err = vfs_statfs(&path, &statfs); in nfsd4_encode_fattr()
2696 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr()
2702 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr()
2708 p = xdr_encode_hyper(p, (u64) statfs.f_files); in nfsd4_encode_fattr()
2737 *p++ = cpu_to_be32(statfs.f_namelen); in nfsd4_encode_fattr()
2790 dummy64 = (u64)statfs.f_bavail * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
2797 dummy64 = (u64)statfs.f_bfree * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
2804 dummy64 = (u64)statfs.f_blocks * (u64)statfs.f_bsize; in nfsd4_encode_fattr()
/linux-4.19.296/fs/nfs/
Dnfs4super.c56 .statfs = nfs_statfs,
/linux-4.19.296/fs/autofs/
Dinode.c106 .statfs = simple_statfs,
/linux-4.19.296/fs/jffs2/
Dsuper.c263 .statfs = jffs2_statfs,
/linux-4.19.296/fs/kernfs/
Dmount.c59 .statfs = simple_statfs,

1234