/linux-4.1.27/arch/sparc/include/uapi/asm/ |
H A D | statfs.h | 4 #include <asm-generic/statfs.h>
|
/linux-4.1.27/include/linux/ |
H A D | vfs.h | 4 #include <linux/statfs.h>
|
H A D | statfs.h | 5 #include <asm/statfs.h> 27 * which doesn't make any sense for statfs.
|
H A D | syscalls.h | 49 struct statfs; 397 struct statfs __user *buf); 400 asmlinkage long sys_fstatfs(unsigned int fd, struct statfs __user *buf);
|
H A D | nfs_xdr.h | 1483 int (*statfs) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
|
H A D | fs.h | 1690 int (*statfs) (struct dentry *, struct kstatfs *); member in struct:super_operations
|
/linux-4.1.27/arch/score/include/uapi/asm/ |
H A D | statfs.h | 4 #include <asm-generic/statfs.h>
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
H A D | statfs.h | 4 #include <asm-generic/statfs.h>
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
H A D | statfs.h | 4 #include <asm-generic/statfs.h>
|
/linux-4.1.27/arch/frv/include/uapi/asm/ |
H A D | statfs.h | 4 #include <asm-generic/statfs.h>
|
/linux-4.1.27/arch/m32r/include/uapi/asm/ |
H A D | statfs.h | 4 #include <asm-generic/statfs.h>
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
H A D | statfs.h | 5 #include <asm-generic/statfs.h>
|
/linux-4.1.27/include/asm-generic/ |
H A D | statfs.h | 4 #include <uapi/asm-generic/statfs.h>
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
H A D | statfs.h | 6 /* 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 D | statfs.h | 5 * Based on <asm-i386/statfs.h>. 18 #include <asm-generic/statfs.h>
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
H A D | statfs.h | 4 * 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 D | statfs.h | 11 #include <asm-generic/statfs.h>
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
H A D | statfs.h | 11 #include <asm-generic/statfs.h>
|
/linux-4.1.27/fs/ |
H A D | statfs.c | 7 #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 D | nsfs.c | 140 .statfs = simple_statfs,
|
H A D | Makefile | 14 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o
|
H A D | compat.c | 247 * 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 D | binfmt_misc.c | 781 .statfs = simple_statfs,
|
H A D | pipe.c | 1089 .statfs = simple_statfs,
|
H A D | libfs.c | 209 .statfs = simple_statfs,
|
H A D | block_dev.c | 530 .statfs = simple_statfs,
|
/linux-4.1.27/tools/lib/api/fs/ |
H A D | findfs.c | 14 struct statfs st_fs; valid_mountpoint() 16 if (statfs(mount, &st_fs) < 0) valid_mountpoint()
|
H A D | fs.c | 78 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 D | statfs.h | 21 #include <asm-generic/statfs.h>
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
H A D | statfs.h | 22 struct statfs { struct 65 struct statfs64 { /* Same as struct statfs */
|
/linux-4.1.27/fs/ecryptfs/ |
H A D | super.c | 33 #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 D | statfs.h | 22 struct statfs { struct
|
/linux-4.1.27/fs/cachefiles/ |
H A D | main.c | 22 #include <linux/statfs.h>
|
H A D | bind.c | 21 #include <linux/statfs.h> 131 !root->d_sb->s_op->statfs || cachefiles_daemon_add_cache()
|
H A D | daemon.c | 22 #include <linux/statfs.h> 699 cachefiles_io_error(cache, "statfs failed"); cachefiles_has_space()
|
/linux-4.1.27/arch/um/os-Linux/ |
H A D | mem.c | 26 struct statfs st; check_tmpfs() 29 if (statfs(dir, &st) < 0) { check_tmpfs()
|
H A D | user_syms.c | 98 EXPORT_SYMBOL_PROTO(statfs); variable
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/ |
H A D | lustre_lite.h | 43 #include <asm/statfs.h>
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | statfs_pack.c | 43 #include <linux/statfs.h>
|
H A D | lprocfs_status.c | 1352 LPROCFS_OBD_OP_INIT(num_private_stats, stats, statfs); lprocfs_init_ops_stats()
|
H A D | obd_config.c | 392 * past to guarantee a fresh statfs is fetched on mount. */ class_attach()
|
/linux-4.1.27/fs/9p/ |
H A D | vfs_super.c | 41 #include <linux/statfs.h> 345 .statfs = simple_statfs, 355 .statfs = v9fs_statfs,
|
/linux-4.1.27/fs/overlayfs/ |
H A D | super.c | 20 #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 D | efs.h | 127 struct statfs;
|
H A D | super.c | 125 .statfs = efs_statfs,
|
/linux-4.1.27/include/linux/ceph/ |
H A D | mon_client.h | 43 * ceph_mon_generic_request is being used for the statfs and
|
/linux-4.1.27/fs/freevxfs/ |
H A D | vxfs_super.c | 64 .statfs = vxfs_statfs, 96 * vxfs_statfs fills the statfs buffer @bufp with information
|
/linux-4.1.27/fs/nfs/ |
H A D | proc.c | 74 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 D | nfs4super.c | 56 .statfs = nfs_statfs,
|
H A D | super.c | 313 .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 D | nfs3proc.c | 952 .statfs = nfs3_proc_statfs,
|
H A D | nfs4proc.c | 8650 .statfs = nfs4_proc_statfs,
|
/linux-4.1.27/fs/romfs/ |
H A D | super.c | 29 * correct namelen for statfs 71 #include <linux/statfs.h> 444 .statfs = romfs_statfs,
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | super25.c | 81 .statfs = ll_statfs,
|
H A D | llite_lib.c | 44 #include <linux/statfs.h> 282 /* This needs to be after statfs to ensure connect has finished. client_common_fill_super()
|
H A D | lproc_llite.c | 917 { LPROC_LL_STAFS, LPROCFS_TYPE_REGS, "statfs" },
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
H A D | lproc_lmv.c | 40 #include <linux/statfs.h>
|
H A D | lmv_obd.c | 1459 /* If the statfs is from mount, it will needs lmv_statfs()
|
/linux-4.1.27/fs/configfs/ |
H A D | mount.c | 45 .statfs = simple_statfs,
|
/linux-4.1.27/scripts/ |
H A D | checksyscalls.sh | 186 #define __IGNORE_ustat /* statfs */
|
/linux-4.1.27/fs/qnx4/ |
H A D | inode.c | 22 #include <linux/statfs.h> 39 .statfs = qnx4_statfs,
|
/linux-4.1.27/fs/hfs/ |
H A D | super.c | 88 * This is the statfs() entry in the super_operations structure for 187 .statfs = hfs_statfs,
|
/linux-4.1.27/fs/hpfs/ |
H A D | hpfs_fn.h | 70 unsigned sb_n_free; /* free blocks for statfs, or -1 */ 71 unsigned sb_n_free_dnodes; /* free dnodes for statfs, or -1 */
|
H A D | super.c | 13 #include <linux/statfs.h> 512 .statfs = hpfs_statfs,
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4xdr.c | 38 #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 D | mon_client.c | 18 * 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 D | ceph_common.c | 16 #include <linux/statfs.h> 73 case CEPH_MSG_STATFS: return "statfs"; ceph_msg_type_name()
|
H A D | debugfs.c | 130 seq_printf(s, "%llu statfs\n", req->tid); monc_show()
|
/linux-4.1.27/fs/hostfs/ |
H A D | hostfs_kern.c | 14 #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 D | super.c | 15 #include <linux/statfs.h> 53 dout("statfs\n"); ceph_statfs() 701 .statfs = ceph_statfs,
|
H A D | super.h | 24 /* f_type in struct statfs */ 27 /* large granularity for statfs utilization stats to facilitate
|
/linux-4.1.27/fs/afs/ |
H A D | super.c | 25 #include <linux/statfs.h> 51 .statfs = afs_statfs,
|
/linux-4.1.27/fs/adfs/ |
H A D | super.c | 17 #include <linux/statfs.h> 296 .statfs = adfs_statfs,
|
/linux-4.1.27/fs/affs/ |
H A D | super.c | 15 #include <linux/statfs.h> 158 .statfs = affs_statfs,
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
H A D | lproc_lov.c | 38 #include <linux/statfs.h>
|
H A D | lov_obd.c | 1390 * statfs requests */ lov_statfs() 1442 /* got statfs data */ lov_iocontrol()
|
/linux-4.1.27/drivers/oprofile/ |
H A D | oprofilefs.c | 40 .statfs = simple_statfs,
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | compat.h | 73 #define compat_statfs statfs
|
/linux-4.1.27/fs/openpromfs/ |
H A D | inode.c | 379 .statfs = simple_statfs,
|
/linux-4.1.27/fs/ramfs/ |
H A D | inode.c | 152 .statfs = simple_statfs,
|
/linux-4.1.27/fs/sysv/ |
H A D | inode.c | 348 .statfs = sysv_statfs,
|
/linux-4.1.27/fs/jffs2/ |
H A D | super.c | 259 .statfs = jffs2_statfs,
|
/linux-4.1.27/fs/kernfs/ |
H A D | mount.c | 43 .statfs = simple_statfs,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | systbl.h | 106 COMPAT_SYS(statfs)
|
/linux-4.1.27/fs/autofs4/ |
H A D | inode.c | 108 .statfs = simple_statfs,
|
/linux-4.1.27/fs/cifs/ |
H A D | smb2proto.h | 28 struct statfs;
|
H A D | cifsfs.c | 570 .statfs = cifs_statfs,
|
H A D | cifsproto.h | 25 struct statfs;
|
/linux-4.1.27/fs/coda/ |
H A D | inode.c | 109 .statfs = coda_statfs,
|
H A D | upcall.c | 556 insize = max_t(unsigned int, INSIZE(statfs), OUTSIZE(statfs)); venus_statfs()
|
/linux-4.1.27/fs/efivarfs/ |
H A D | super.c | 29 .statfs = simple_statfs,
|
/linux-4.1.27/fs/gfs2/ |
H A D | ops_fstype.c | 795 /* 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 D | quota.c | 1461 /* 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 D | super.c | 18 #include <linux/statfs.h> 1133 * gfs2_statfs_i - Do a statfs 1661 .statfs = gfs2_statfs,
|
H A D | incore.h | 560 int ar_statfs_quantum; /* The fast statfs interval */
|
/linux-4.1.27/tools/perf/util/ |
H A D | util.h | 49 #include <sys/statfs.h>
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | obd_class.h | 50 #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 D | obd.h | 164 /* 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 D | inode.c | 20 #include <linux/statfs.h> 41 .statfs = qnx6_statfs,
|
/linux-4.1.27/fs/hppfs/ |
H A D | hppfs.c | 16 #include <linux/statfs.h> 634 .statfs = hppfs_statfs,
|
/linux-4.1.27/fs/proc/ |
H A D | inode.c | 121 .statfs = simple_statfs,
|
/linux-4.1.27/fs/pstore/ |
H A D | inode.c | 281 .statfs = simple_statfs,
|
/linux-4.1.27/fs/bfs/ |
H A D | inode.c | 296 .statfs = bfs_statfs,
|
/linux-4.1.27/drivers/misc/ibmasm/ |
H A D | ibmasmfs.c | 101 .statfs = simple_statfs,
|
/linux-4.1.27/fs/omfs/ |
H A D | inode.c | 296 .statfs = omfs_statfs,
|
/linux-4.1.27/fs/squashfs/ |
H A D | super.c | 499 .statfs = squashfs_statfs,
|
/linux-4.1.27/fs/hfsplus/ |
H A D | super.c | 365 .statfs = hfsplus_statfs,
|
/linux-4.1.27/fs/logfs/ |
H A D | inode.c | 404 .statfs = logfs_statfs,
|
H A D | super.c | 18 #include <linux/statfs.h>
|
H A D | logfs_abi.h | 63 /* Magic numbers. 64bit for superblock, 32bit for statfs f_type */
|
/linux-4.1.27/arch/s390/hypfs/ |
H A D | inode.c | 454 .statfs = simple_statfs,
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | syscall_table.S | 175 ENTRY_COMP(statfs)
|
/linux-4.1.27/fs/cramfs/ |
H A D | inode.c | 572 .statfs = cramfs_statfs,
|
/linux-4.1.27/fs/devpts/ |
H A D | inode.c | 354 .statfs = simple_statfs,
|
/linux-4.1.27/fs/hugetlbfs/ |
H A D | inode.c | 33 #include <linux/statfs.h> 729 .statfs = hugetlbfs_statfs,
|
/linux-4.1.27/fs/befs/ |
H A D | linuxvfs.c | 60 .statfs = befs_statfs, /* statfs */
|
/linux-4.1.27/fs/f2fs/ |
H A D | super.c | 14 #include <linux/statfs.h> 753 .statfs = f2fs_statfs,
|
/linux-4.1.27/fs/fuse/ |
H A D | inode.c | 19 #include <linux/statfs.h> 787 .statfs = fuse_statfs,
|
/linux-4.1.27/fs/ubifs/ |
H A D | super.c | 473 * 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 D | budget.c | 624 * (e.g., via the 'statfs()' call) reports that it has N bytes available, they
|
H A D | ubifs.h | 27 #include <linux/statfs.h>
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
H A D | lproc_osc.c | 38 #include <linux/statfs.h>
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_drv.c | 484 .statfs = simple_statfs,
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
H A D | dlmfs.c | 607 .statfs = simple_statfs,
|
/linux-4.1.27/fs/tracefs/ |
H A D | inode.c | 262 .statfs = simple_statfs,
|
/linux-4.1.27/fs/jfs/ |
H A D | super.c | 858 .statfs = jfs_statfs,
|
/linux-4.1.27/fs/minix/ |
H A D | inode.c | 117 .statfs = minix_statfs,
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 723 .statfs = simple_statfs, spufs_fill_super()
|
/linux-4.1.27/fs/debugfs/ |
H A D | inode.c | 181 .statfs = simple_statfs,
|
/linux-4.1.27/tools/vm/ |
H A D | page-types.c | 41 #include <sys/statfs.h>
|
/linux-4.1.27/fs/isofs/ |
H A D | inode.c | 20 #include <linux/statfs.h> 126 .statfs = isofs_statfs,
|
/linux-4.1.27/fs/ntfs/ |
H A D | super.c | 2600 * @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 D | super.c | 33 #include <linux/statfs.h> 152 .statfs = ocfs2_statfs,
|
/linux-4.1.27/fs/btrfs/ |
H A D | super.c | 34 #include <linux/statfs.h> 2050 .statfs = btrfs_statfs,
|
H A D | file.c | 30 #include <linux/statfs.h>
|
H A D | ioctl.c | 36 #include <linux/statfs.h>
|
H A D | inode.c | 33 #include <linux/statfs.h>
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
H A D | lustre_user.h | 52 /* for statfs() */
|
/linux-4.1.27/fs/ncpfs/ |
H A D | inode.c | 116 .statfs = ncp_statfs,
|
/linux-4.1.27/fs/nilfs2/ |
H A D | super.c | 713 .statfs = nilfs_statfs,
|
/linux-4.1.27/ipc/ |
H A D | mqueue.c | 1385 .statfs = simple_statfs,
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | fsys.S | 631 data8 0 // statfs
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | osf_sys.c | 228 * The OSF/1 statfs structure is much larger, but this should
|
/linux-4.1.27/fs/exofs/ |
H A D | super.c | 947 .statfs = exofs_statfs,
|
/linux-4.1.27/fs/ext2/ |
H A D | ext2.h | 378 #define EXT2_MOUNT_MINIX_DF 0x000080 /* Mimics the Minix statfs */
|
H A D | super.c | 326 .statfs = ext2_statfs,
|
/linux-4.1.27/net/sunrpc/ |
H A D | rpc_pipe.c | 1143 .statfs = simple_statfs,
|
/linux-4.1.27/fs/ext3/ |
H A D | super.c | 23 #include <linux/statfs.h> 810 .statfs = ext3_statfs,
|
H A D | ext3.h | 351 #define EXT3_MOUNT_MINIX_DF 0x00080 /* Mimics the Minix statfs */
|
/linux-4.1.27/fs/ufs/ |
H A D | super.c | 1481 .statfs = ufs_statfs,
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_super.c | 1612 .statfs = xfs_fs_statfs,
|
/linux-4.1.27/fs/fat/ |
H A D | inode.c | 828 .statfs = fat_statfs,
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
H A D | inode.c | 1956 .statfs = simple_statfs,
|
/linux-4.1.27/fs/reiserfs/ |
H A D | super.c | 776 .statfs = reiserfs_statfs,
|
/linux-4.1.27/fs/udf/ |
H A D | super.c | 207 .statfs = udf_statfs,
|
/linux-4.1.27/security/smack/ |
H A D | smack_lsm.c | 685 * 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 D | f_fs.c | 1137 .statfs = simple_statfs,
|
/linux-4.1.27/mm/ |
H A D | shmem.c | 3183 .statfs = shmem_statfs,
|
/linux-4.1.27/net/ |
H A D | socket.c | 306 .statfs = simple_statfs,
|
/linux-4.1.27/fs/ext4/ |
H A D | ext4.h | 1017 #define EXT4_MOUNT_MINIX_DF 0x00080 /* Mimics the Minix statfs */
|
H A D | super.c | 1111 .statfs = ext4_statfs,
|