Searched refs:statfs (Results 1 - 161 of 161) sorted by relevance

/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dstatfs.h4 #include <asm-generic/statfs.h>
/linux-4.1.27/include/linux/
H A Dvfs.h4 #include <linux/statfs.h>
H A Dstatfs.h5 #include <asm/statfs.h>
27 * which doesn't make any sense for statfs.
H A Dsyscalls.h49 struct statfs;
397 struct statfs __user *buf);
400 asmlinkage long sys_fstatfs(unsigned int fd, struct statfs __user *buf);
H A Dnfs_xdr.h1483 int (*statfs) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
H A Dfs.h1690 int (*statfs) (struct dentry *, struct kstatfs *); member in struct:super_operations
/linux-4.1.27/arch/score/include/uapi/asm/
H A Dstatfs.h4 #include <asm-generic/statfs.h>
/linux-4.1.27/arch/powerpc/include/uapi/asm/
H A Dstatfs.h4 #include <asm-generic/statfs.h>
/linux-4.1.27/arch/cris/include/uapi/asm/
H A Dstatfs.h4 #include <asm-generic/statfs.h>
/linux-4.1.27/arch/frv/include/uapi/asm/
H A Dstatfs.h4 #include <asm-generic/statfs.h>
/linux-4.1.27/arch/m32r/include/uapi/asm/
H A Dstatfs.h4 #include <asm-generic/statfs.h>
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dstatfs.h5 #include <asm-generic/statfs.h>
/linux-4.1.27/include/asm-generic/
H A Dstatfs.h4 #include <uapi/asm-generic/statfs.h>
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dstatfs.h6 /* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't
10 #include <asm-generic/statfs.h>
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dstatfs.h5 * Based on <asm-i386/statfs.h>.
18 #include <asm-generic/statfs.h>
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dstatfs.h4 * Derived from "include/asm-i386/statfs.h"
11 * We can't use <asm-generic/statfs.h> because in 64-bit mode
12 * we mix ints of different sizes in our struct statfs.
20 struct statfs { struct
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dstatfs.h11 #include <asm-generic/statfs.h>
/linux-4.1.27/arch/arm/include/uapi/asm/
H A Dstatfs.h11 #include <asm-generic/statfs.h>
/linux-4.1.27/fs/
H A Dstatfs.c7 #include <linux/statfs.h>
53 if (!dentry->d_sb->s_op->statfs) statfs_by_dentry()
60 retval = dentry->d_sb->s_op->statfs(dentry, buf); statfs_by_dentry()
106 static int do_statfs_native(struct kstatfs *st, struct statfs __user *p) do_statfs_native()
108 struct statfs buf; do_statfs_native()
172 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) SYSCALL_DEFINE2()
193 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) SYSCALL_DEFINE2()
H A Dnsfs.c140 .statfs = simple_statfs,
H A DMakefile14 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o
H A Dcompat.c247 * The following statfs calls are copies of code from fs/statfs.c and
250 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) COMPAT_SYSCALL_DEFINE2()
H A Dbinfmt_misc.c781 .statfs = simple_statfs,
H A Dpipe.c1089 .statfs = simple_statfs,
H A Dlibfs.c209 .statfs = simple_statfs,
H A Dblock_dev.c530 .statfs = simple_statfs,
/linux-4.1.27/tools/lib/api/fs/
H A Dfindfs.c14 struct statfs st_fs; valid_mountpoint()
16 if (statfs(mount, &st_fs) < 0) valid_mountpoint()
H A Dfs.c78 struct statfs st_fs; fs__valid_mount()
80 if (statfs(fs, &st_fs) < 0) fs__valid_mount()
/linux-4.1.27/arch/arm64/include/uapi/asm/
H A Dstatfs.h21 #include <asm-generic/statfs.h>
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dstatfs.h22 struct statfs { struct
65 struct statfs64 { /* Same as struct statfs */
/linux-4.1.27/fs/ecryptfs/
H A Dsuper.c33 #include <linux/statfs.h>
109 if (!lower_dentry->d_sb->s_op->statfs) ecryptfs_statfs()
112 rc = lower_dentry->d_sb->s_op->statfs(lower_dentry, buf); ecryptfs_statfs()
187 .statfs = ecryptfs_statfs,
/linux-4.1.27/include/uapi/asm-generic/
H A Dstatfs.h22 struct statfs { struct
/linux-4.1.27/fs/cachefiles/
H A Dmain.c22 #include <linux/statfs.h>
H A Dbind.c21 #include <linux/statfs.h>
131 !root->d_sb->s_op->statfs || cachefiles_daemon_add_cache()
H A Ddaemon.c22 #include <linux/statfs.h>
699 cachefiles_io_error(cache, "statfs failed"); cachefiles_has_space()
/linux-4.1.27/arch/um/os-Linux/
H A Dmem.c26 struct statfs st; check_tmpfs()
29 if (statfs(dir, &st) < 0) { check_tmpfs()
H A Duser_syms.c98 EXPORT_SYMBOL_PROTO(statfs); variable
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
H A Dlustre_lite.h43 #include <asm/statfs.h>
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dstatfs_pack.c43 #include <linux/statfs.h>
H A Dlprocfs_status.c1352 LPROCFS_OBD_OP_INIT(num_private_stats, stats, statfs); lprocfs_init_ops_stats()
H A Dobd_config.c392 * past to guarantee a fresh statfs is fetched on mount. */ class_attach()
/linux-4.1.27/fs/9p/
H A Dvfs_super.c41 #include <linux/statfs.h>
345 .statfs = simple_statfs,
355 .statfs = v9fs_statfs,
/linux-4.1.27/fs/overlayfs/
H A Dsuper.c20 #include <linux/statfs.h>
494 * filesystem pass the statfs to the upper filesystem (if it exists)
545 .statfs = ovl_statfs,
768 struct kstatfs statfs; ovl_lower_dir() local
774 err = vfs_statfs(path, &statfs); ovl_lower_dir()
776 pr_err("overlayfs: statfs failed on '%s'\n", name); ovl_lower_dir()
779 *namelen = max(*namelen, statfs.f_namelen); ovl_lower_dir()
/linux-4.1.27/fs/efs/
H A Defs.h127 struct statfs;
H A Dsuper.c125 .statfs = efs_statfs,
/linux-4.1.27/include/linux/ceph/
H A Dmon_client.h43 * ceph_mon_generic_request is being used for the statfs and
/linux-4.1.27/fs/freevxfs/
H A Dvxfs_super.c64 .statfs = vxfs_statfs,
96 * vxfs_statfs fills the statfs buffer @bufp with information
/linux-4.1.27/fs/nfs/
H A Dproc.c74 dprintk("%s: call statfs\n", __func__); nfs_proc_get_root()
81 dprintk("%s: reply statfs: %d\n", __func__, status); nfs_proc_get_root()
525 dprintk("NFS call statfs\n"); nfs_proc_statfs()
528 dprintk("NFS reply statfs: %d\n", status); nfs_proc_statfs()
728 .statfs = nfs_proc_statfs,
H A Dnfs4super.c56 .statfs = nfs_statfs,
H A Dsuper.c313 .statfs = nfs_statfs,
443 error = server->nfs_client->rpc_ops->statfs(server, fh, &res); nfs_statfs()
469 * an f_frsize field in its statfs struct until recently, nfs_statfs()
488 dprintk("%s: statfs error = %d\n", __func__, -error); nfs_statfs()
H A Dnfs3proc.c952 .statfs = nfs3_proc_statfs,
H A Dnfs4proc.c8650 .statfs = nfs4_proc_statfs,
/linux-4.1.27/fs/romfs/
H A Dsuper.c29 * correct namelen for statfs
71 #include <linux/statfs.h>
444 .statfs = romfs_statfs,
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dsuper25.c81 .statfs = ll_statfs,
H A Dllite_lib.c44 #include <linux/statfs.h>
282 /* This needs to be after statfs to ensure connect has finished. client_common_fill_super()
H A Dlproc_llite.c917 { LPROC_LL_STAFS, LPROCFS_TYPE_REGS, "statfs" },
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
H A Dlproc_lmv.c40 #include <linux/statfs.h>
H A Dlmv_obd.c1459 /* If the statfs is from mount, it will needs lmv_statfs()
/linux-4.1.27/fs/configfs/
H A Dmount.c45 .statfs = simple_statfs,
/linux-4.1.27/scripts/
H A Dchecksyscalls.sh186 #define __IGNORE_ustat /* statfs */
/linux-4.1.27/fs/qnx4/
H A Dinode.c22 #include <linux/statfs.h>
39 .statfs = qnx4_statfs,
/linux-4.1.27/fs/hfs/
H A Dsuper.c88 * This is the statfs() entry in the super_operations structure for
187 .statfs = hfs_statfs,
/linux-4.1.27/fs/hpfs/
H A Dhpfs_fn.h70 unsigned sb_n_free; /* free blocks for statfs, or -1 */
71 unsigned sb_n_free_dnodes; /* free dnodes for statfs, or -1 */
H A Dsuper.c13 #include <linux/statfs.h>
512 .statfs = hpfs_statfs,
/linux-4.1.27/fs/nfsd/
H A Dnfs4xdr.c38 #include <linux/statfs.h>
2246 struct kstatfs statfs; nfsd4_encode_fattr() local
2287 err = vfs_statfs(&path, &statfs); nfsd4_encode_fattr()
2558 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); nfsd4_encode_fattr()
2564 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); nfsd4_encode_fattr()
2570 p = xdr_encode_hyper(p, (u64) statfs.f_files); nfsd4_encode_fattr()
2599 *p++ = cpu_to_be32(statfs.f_namelen); nfsd4_encode_fattr()
2652 dummy64 = (u64)statfs.f_bavail * (u64)statfs.f_bsize; nfsd4_encode_fattr()
2659 dummy64 = (u64)statfs.f_bfree * (u64)statfs.f_bsize; nfsd4_encode_fattr()
2666 dummy64 = (u64)statfs.f_blocks * (u64)statfs.f_bsize; nfsd4_encode_fattr()
/linux-4.1.27/net/ceph/
H A Dmon_client.c18 * statfs() and umount().
413 * generic requests (currently statfs, mon_get_version)
544 * statfs
572 pr_err("corrupt statfs reply, tid %llu\n", tid); handle_statfs_reply()
577 * Do a synchronous statfs().
H A Dceph_common.c16 #include <linux/statfs.h>
73 case CEPH_MSG_STATFS: return "statfs"; ceph_msg_type_name()
H A Ddebugfs.c130 seq_printf(s, "%llu statfs\n", req->tid); monc_show()
/linux-4.1.27/fs/hostfs/
H A Dhostfs_kern.c14 #include <linux/statfs.h>
197 * struct statfs still has 32-bit versions for most of these fields, hostfs_statfs()
275 .statfs = hostfs_statfs,
/linux-4.1.27/fs/ceph/
H A Dsuper.c15 #include <linux/statfs.h>
53 dout("statfs\n"); ceph_statfs()
701 .statfs = ceph_statfs,
H A Dsuper.h24 /* f_type in struct statfs */
27 /* large granularity for statfs utilization stats to facilitate
/linux-4.1.27/fs/afs/
H A Dsuper.c25 #include <linux/statfs.h>
51 .statfs = afs_statfs,
/linux-4.1.27/fs/adfs/
H A Dsuper.c17 #include <linux/statfs.h>
296 .statfs = adfs_statfs,
/linux-4.1.27/fs/affs/
H A Dsuper.c15 #include <linux/statfs.h>
158 .statfs = affs_statfs,
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
H A Dlproc_lov.c38 #include <linux/statfs.h>
H A Dlov_obd.c1390 * statfs requests */ lov_statfs()
1442 /* got statfs data */ lov_iocontrol()
/linux-4.1.27/drivers/oprofile/
H A Doprofilefs.c40 .statfs = simple_statfs,
/linux-4.1.27/arch/tile/include/asm/
H A Dcompat.h73 #define compat_statfs statfs
/linux-4.1.27/fs/openpromfs/
H A Dinode.c379 .statfs = simple_statfs,
/linux-4.1.27/fs/ramfs/
H A Dinode.c152 .statfs = simple_statfs,
/linux-4.1.27/fs/sysv/
H A Dinode.c348 .statfs = sysv_statfs,
/linux-4.1.27/fs/jffs2/
H A Dsuper.c259 .statfs = jffs2_statfs,
/linux-4.1.27/fs/kernfs/
H A Dmount.c43 .statfs = simple_statfs,
/linux-4.1.27/arch/powerpc/include/asm/
H A Dsystbl.h106 COMPAT_SYS(statfs)
/linux-4.1.27/fs/autofs4/
H A Dinode.c108 .statfs = simple_statfs,
/linux-4.1.27/fs/cifs/
H A Dsmb2proto.h28 struct statfs;
H A Dcifsfs.c570 .statfs = cifs_statfs,
H A Dcifsproto.h25 struct statfs;
/linux-4.1.27/fs/coda/
H A Dinode.c109 .statfs = coda_statfs,
H A Dupcall.c556 insize = max_t(unsigned int, INSIZE(statfs), OUTSIZE(statfs)); venus_statfs()
/linux-4.1.27/fs/efivarfs/
H A Dsuper.c29 .statfs = simple_statfs,
/linux-4.1.27/fs/gfs2/
H A Dops_fstype.c795 /* Read in the master statfs inode */ init_inodes()
796 sdp->sd_statfs_inode = gfs2_lookup_simple(master, "statfs"); init_inodes()
799 fs_err(sdp, "can't read in statfs inode: %d\n", error); init_inodes()
1171 fs_err(sdp, "can't initialize statfs subsystem: %d\n", error); fill_super()
H A Dquota.c1461 /* Update the master statfs file */ gfs2_quotad()
1464 quotad_error(sdp, "statfs", error); gfs2_quotad()
1468 quotad_check_timeo(sdp, "statfs", gfs2_statfs_sync, t, gfs2_quotad()
H A Dsuper.c18 #include <linux/statfs.h>
1133 * gfs2_statfs_i - Do a statfs
1661 .statfs = gfs2_statfs,
H A Dincore.h560 int ar_statfs_quantum; /* The fast statfs interval */
/linux-4.1.27/tools/perf/util/
H A Dutil.h49 #include <sys/statfs.h>
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dobd_class.h50 #define OBD_STATFS_FROM_CACHE 0x0002 /* the statfs callback should not update
58 #define OBD_STATFS_FOR_MDT0 0x0008 /* The statfs is only for retrieving
1127 OBD_CHECK_DT_OP(obd, statfs, -EOPNOTSUPP); obd_statfs_async()
1128 OBD_COUNTER_INCREMENT(obd, statfs); obd_statfs_async()
1184 OBD_CHECK_DT_OP(obd, statfs, -EOPNOTSUPP); obd_statfs()
1185 OBD_COUNTER_INCREMENT(obd, statfs); obd_statfs()
1190 rc = OBP(obd, statfs)(env, exp, osfs, max_age, flags); obd_statfs()
H A Dobd.h164 /* statfs data specific for every OSC, if needed at all. */
494 /* allow statfs data caching for 1 second */
513 lq_statfs_in_progress:1; /* statfs op in
515 /* qos statfs data */
517 wait_queue_head_t lq_statfs_waitq; /* waitqueue to notify statfs
/linux-4.1.27/fs/qnx6/
H A Dinode.c20 #include <linux/statfs.h>
41 .statfs = qnx6_statfs,
/linux-4.1.27/fs/hppfs/
H A Dhppfs.c16 #include <linux/statfs.h>
634 .statfs = hppfs_statfs,
/linux-4.1.27/fs/proc/
H A Dinode.c121 .statfs = simple_statfs,
/linux-4.1.27/fs/pstore/
H A Dinode.c281 .statfs = simple_statfs,
/linux-4.1.27/fs/bfs/
H A Dinode.c296 .statfs = bfs_statfs,
/linux-4.1.27/drivers/misc/ibmasm/
H A Dibmasmfs.c101 .statfs = simple_statfs,
/linux-4.1.27/fs/omfs/
H A Dinode.c296 .statfs = omfs_statfs,
/linux-4.1.27/fs/squashfs/
H A Dsuper.c499 .statfs = squashfs_statfs,
/linux-4.1.27/fs/hfsplus/
H A Dsuper.c365 .statfs = hfsplus_statfs,
/linux-4.1.27/fs/logfs/
H A Dinode.c404 .statfs = logfs_statfs,
H A Dsuper.c18 #include <linux/statfs.h>
H A Dlogfs_abi.h63 /* Magic numbers. 64bit for superblock, 32bit for statfs f_type */
/linux-4.1.27/arch/s390/hypfs/
H A Dinode.c454 .statfs = simple_statfs,
/linux-4.1.27/arch/parisc/kernel/
H A Dsyscall_table.S175 ENTRY_COMP(statfs)
/linux-4.1.27/fs/cramfs/
H A Dinode.c572 .statfs = cramfs_statfs,
/linux-4.1.27/fs/devpts/
H A Dinode.c354 .statfs = simple_statfs,
/linux-4.1.27/fs/hugetlbfs/
H A Dinode.c33 #include <linux/statfs.h>
729 .statfs = hugetlbfs_statfs,
/linux-4.1.27/fs/befs/
H A Dlinuxvfs.c60 .statfs = befs_statfs, /* statfs */
/linux-4.1.27/fs/f2fs/
H A Dsuper.c14 #include <linux/statfs.h>
753 .statfs = f2fs_statfs,
/linux-4.1.27/fs/fuse/
H A Dinode.c19 #include <linux/statfs.h>
787 .statfs = fuse_statfs,
/linux-4.1.27/fs/ubifs/
H A Dsuper.c473 * the user be able to get more accurate results of 'statfs()' after ubifs_sync_fs()
747 * necessary to report something for the 'statfs()' call. init_constants_master()
1879 .statfs = ubifs_statfs,
H A Dbudget.c624 * (e.g., via the 'statfs()' call) reports that it has N bytes available, they
H A Dubifs.h27 #include <linux/statfs.h>
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
H A Dlproc_osc.c38 #include <linux/statfs.h>
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_drv.c484 .statfs = simple_statfs,
/linux-4.1.27/fs/ocfs2/dlmfs/
H A Ddlmfs.c607 .statfs = simple_statfs,
/linux-4.1.27/fs/tracefs/
H A Dinode.c262 .statfs = simple_statfs,
/linux-4.1.27/fs/jfs/
H A Dsuper.c858 .statfs = jfs_statfs,
/linux-4.1.27/fs/minix/
H A Dinode.c117 .statfs = minix_statfs,
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A Dinode.c723 .statfs = simple_statfs, spufs_fill_super()
/linux-4.1.27/fs/debugfs/
H A Dinode.c181 .statfs = simple_statfs,
/linux-4.1.27/tools/vm/
H A Dpage-types.c41 #include <sys/statfs.h>
/linux-4.1.27/fs/isofs/
H A Dinode.c20 #include <linux/statfs.h>
126 .statfs = isofs_statfs,
/linux-4.1.27/fs/ntfs/
H A Dsuper.c2600 * @sfs: statfs structure in which to return the information
2602 * Return information about the mounted NTFS volume @dentry in the statfs structure
2610 * Called from vfs_statfs which is used to handle the statfs, fstatfs, and
2695 .statfs = ntfs_statfs, /* Syscall: statfs */
/linux-4.1.27/fs/ocfs2/
H A Dsuper.c33 #include <linux/statfs.h>
152 .statfs = ocfs2_statfs,
/linux-4.1.27/fs/btrfs/
H A Dsuper.c34 #include <linux/statfs.h>
2050 .statfs = btrfs_statfs,
H A Dfile.c30 #include <linux/statfs.h>
H A Dioctl.c36 #include <linux/statfs.h>
H A Dinode.c33 #include <linux/statfs.h>
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_user.h52 /* for statfs() */
/linux-4.1.27/fs/ncpfs/
H A Dinode.c116 .statfs = ncp_statfs,
/linux-4.1.27/fs/nilfs2/
H A Dsuper.c713 .statfs = nilfs_statfs,
/linux-4.1.27/ipc/
H A Dmqueue.c1385 .statfs = simple_statfs,
/linux-4.1.27/arch/ia64/kernel/
H A Dfsys.S631 data8 0 // statfs
/linux-4.1.27/arch/alpha/kernel/
H A Dosf_sys.c228 * The OSF/1 statfs structure is much larger, but this should
/linux-4.1.27/fs/exofs/
H A Dsuper.c947 .statfs = exofs_statfs,
/linux-4.1.27/fs/ext2/
H A Dext2.h378 #define EXT2_MOUNT_MINIX_DF 0x000080 /* Mimics the Minix statfs */
H A Dsuper.c326 .statfs = ext2_statfs,
/linux-4.1.27/net/sunrpc/
H A Drpc_pipe.c1143 .statfs = simple_statfs,
/linux-4.1.27/fs/ext3/
H A Dsuper.c23 #include <linux/statfs.h>
810 .statfs = ext3_statfs,
H A Dext3.h351 #define EXT3_MOUNT_MINIX_DF 0x00080 /* Mimics the Minix statfs */
/linux-4.1.27/fs/ufs/
H A Dsuper.c1481 .statfs = ufs_statfs,
/linux-4.1.27/fs/xfs/
H A Dxfs_super.c1612 .statfs = xfs_fs_statfs,
/linux-4.1.27/fs/fat/
H A Dinode.c828 .statfs = fat_statfs,
/linux-4.1.27/drivers/usb/gadget/legacy/
H A Dinode.c1956 .statfs = simple_statfs,
/linux-4.1.27/fs/reiserfs/
H A Dsuper.c776 .statfs = reiserfs_statfs,
/linux-4.1.27/fs/udf/
H A Dsuper.c207 .statfs = udf_statfs,
/linux-4.1.27/security/smack/
H A Dsmack_lsm.c685 * smack_sb_statfs - Smack check on statfs
701 rc = smk_bu_current("statfs", sbp->smk_floor, MAY_READ, rc); smack_sb_statfs()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_fs.c1137 .statfs = simple_statfs,
/linux-4.1.27/mm/
H A Dshmem.c3183 .statfs = shmem_statfs,
/linux-4.1.27/net/
H A Dsocket.c306 .statfs = simple_statfs,
/linux-4.1.27/fs/ext4/
H A Dext4.h1017 #define EXT4_MOUNT_MINIX_DF 0x00080 /* Mimics the Minix statfs */
H A Dsuper.c1111 .statfs = ext4_statfs,

Completed in 2418 milliseconds