Home
last modified time | relevance | path

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

1234

/fs/orangefs/
A Dsuper.c161 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs()
176 (long)new_op->downcall.resp.statfs.blocks_avail, in orangefs_statfs()
177 (long)new_op->downcall.resp.statfs.blocks_total, in orangefs_statfs()
178 (long)new_op->downcall.resp.statfs.block_size, in orangefs_statfs()
179 (long)new_op->downcall.resp.statfs.files_total, in orangefs_statfs()
180 (long)new_op->downcall.resp.statfs.files_avail); in orangefs_statfs()
185 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs()
189 buf->f_bfree = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
191 buf->f_files = (sector_t) new_op->downcall.resp.statfs.files_total; in orangefs_statfs()
192 buf->f_ffree = (sector_t) new_op->downcall.resp.statfs.files_avail; in orangefs_statfs()
[all …]
A Ddowncall.h114 struct orangefs_statfs_response statfs; member
A Dupcall.h242 struct orangefs_statfs_request_s statfs; member
/fs/
A 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()
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()
303 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument
A DMakefile16 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
A Dnsfs.c391 .statfs = simple_statfs,
/fs/ecryptfs/
A 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/
A Dvfs_super.c287 .statfs = simple_statfs,
298 .statfs = v9fs_statfs,
/fs/efs/
A Defs.h125 struct statfs;
A Dsuper.c110 .statfs = efs_statfs,
/fs/configfs/
A Dmount.c38 .statfs = simple_statfs,
/fs/overlayfs/
A Dsuper.c286 .statfs = ovl_statfs,
386 struct kstatfs statfs; in ovl_check_namelen() local
387 int err = vfs_statfs(path, &statfs); in ovl_check_namelen()
392 ofs->namelen = max(ofs->namelen, statfs.f_namelen); in ovl_check_namelen()
/fs/freevxfs/
A Dvxfs_super.c122 .statfs = vxfs_statfs,
/fs/ramfs/
A Dinode.c217 .statfs = simple_statfs,
/fs/nfs/
A Dnfs4super.c29 .statfs = nfs_statfs,
/fs/jffs2/
A Dsuper.c249 .statfs = jffs2_statfs,
/fs/coda/
A Dinode.c106 .statfs = coda_statfs,
/fs/nfsd/
A Dnfs4xdr.c2940 struct kstatfs statfs; member
3156 return nfsd4_encode_uint64_t(xdr, args->statfs.f_ffree); in nfsd4_encode_fattr4_files_avail()
3162 return nfsd4_encode_uint64_t(xdr, args->statfs.f_ffree); in nfsd4_encode_fattr4_files_free()
3168 return nfsd4_encode_uint64_t(xdr, args->statfs.f_files); in nfsd4_encode_fattr4_files_total()
3194 return nfsd4_encode_uint32_t(xdr, args->statfs.f_namelen); in nfsd4_encode_fattr4_maxname()
3243 u64 avail = (u64)args->statfs.f_bavail * (u64)args->statfs.f_bsize; in nfsd4_encode_fattr4_space_avail()
3251 u64 free = (u64)args->statfs.f_bfree * (u64)args->statfs.f_bsize; in nfsd4_encode_fattr4_space_free()
3259 u64 total = (u64)args->statfs.f_blocks * (u64)args->statfs.f_bsize; in nfsd4_encode_fattr4_space_total()
3673 err = vfs_statfs(&path, &args.statfs); in nfsd4_encode_fattr4()
/fs/cachefiles/
A Dcache.c67 !root->d_sb->s_op->statfs || in cachefiles_add_cache()
/fs/kernfs/
A Dmount.c59 .statfs = kernfs_statfs,
/fs/openpromfs/
A Dinode.c368 .statfs = simple_statfs,
/fs/qnx4/
A Dinode.c41 .statfs = qnx4_statfs,
/fs/vboxsf/
A Dsuper.c320 .statfs = vboxsf_statfs,
/fs/autofs/
A Dinode.c109 .statfs = simple_statfs,
/fs/hfs/
A Dsuper.c186 .statfs = hfs_statfs,

Completed in 55 milliseconds

1234