/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | statfs.h | 30 long f_ffree; member 53 __u64 f_ffree; member 72 long f_ffree; member 90 __u64 f_ffree; member
|
/linux-4.4.14/fs/ |
D | statfs.c | 125 if (st->f_ffree != -1 && in do_statfs_native() 126 (st->f_ffree & 0xffffffff00000000ULL)) in do_statfs_native() 136 buf.f_ffree = st->f_ffree; in do_statfs_native() 160 buf.f_ffree = st->f_ffree; in do_statfs64() 238 tmp.f_tinode = sbuf.f_ffree; in SYSCALL_DEFINE2()
|
D | compat.c | 224 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs() 225 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs() 235 __put_user(kbuf->f_ffree, &ubuf->f_ffree) || in put_compat_statfs() 279 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs64() 280 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs64() 290 __put_user(kbuf->f_ffree, &ubuf->f_ffree) || in put_compat_statfs64() 344 tmp.f_tinode = sbuf.f_ffree; in COMPAT_SYSCALL_DEFINE2()
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | statfs.h | 29 __statfs_word f_ffree; member 52 __u64 f_ffree; member 75 __u64 f_ffree; member
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | statfs.h | 27 unsigned long f_ffree; member 42 unsigned long long f_ffree; member
|
/linux-4.4.14/fs/cachefiles/ |
D | daemon.c | 711 if (stats.f_ffree > fnr) in cachefiles_has_space() 712 stats.f_ffree -= fnr; in cachefiles_has_space() 714 stats.f_ffree = 0; in cachefiles_has_space() 722 if (stats.f_ffree < cache->fstop || in cachefiles_has_space() 727 if (stats.f_ffree < cache->fcull || in cachefiles_has_space() 732 stats.f_ffree >= cache->frun && in cachefiles_has_space()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_qm_bhv.c | 53 statp->f_ffree = in xfs_fill_statvfs_from_dquot() 55 (statp->f_ffree - dqp->q_res_icount) : 0; in xfs_fill_statvfs_from_dquot()
|
D | xfs_super.c | 1093 statp->f_ffree = max_t(__int64_t, ffree, 0); in xfs_fs_statfs()
|
/linux-4.4.14/include/linux/ |
D | statfs.h | 14 u64 f_ffree; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | statfs_pack.c | 57 sfs->f_ffree = osfs->os_ffree; in statfs_unpack()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | compat.h | 157 u32 f_ffree; member 172 u64 f_ffree; member
|
/linux-4.4.14/arch/alpha/kernel/ |
D | osf_sys.c | 240 int f_ffree; member 269 long f_ffree; member 312 tmp_stat.f_ffree = linux_stat->f_ffree; in linux_to_osf_statfs() 332 tmp_stat.f_ffree = linux_stat->f_ffree; in linux_to_osf_statfs64()
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_kern.c | 205 long long f_ffree; in hostfs_statfs() local 209 &f_ffree, &sf->f_fsid, sizeof(sf->f_fsid), in hostfs_statfs() 217 sf->f_ffree = f_ffree; in hostfs_statfs()
|
D | hostfs_user.c | 403 *ffree_out = buf.f_ffree; in do_statfs()
|
/linux-4.4.14/fs/freevxfs/ |
D | vxfs_super.c | 119 bufp->f_ffree = infp->vsi_raw->vs_ifree; in vxfs_statfs()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | compat.h | 104 int f_ffree; member
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | compat.h | 134 int f_ffree; member
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | compat.h | 135 int f_ffree; member
|
/linux-4.4.14/arch/x86/include/asm/ |
D | compat.h | 110 int f_ffree; member
|
/linux-4.4.14/arch/mips/include/asm/ |
D | compat.h | 111 int f_ffree; member
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | compat.h | 106 s32 f_ffree; member
|
/linux-4.4.14/fs/coda/ |
D | inode.c | 306 buf->f_ffree = 9000000; in coda_statfs()
|
D | upcall.c | 565 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
|
/linux-4.4.14/fs/9p/ |
D | vfs_super.c | 264 buf->f_ffree = rs.ffree; in v9fs_statfs()
|
/linux-4.4.14/fs/efs/ |
D | super.c | 346 buf->f_ffree = sbi->inode_free; /* free inodes */ in efs_statfs()
|
/linux-4.4.14/include/uapi/linux/ |
D | coda.h | 241 int32_t f_ffree; member
|
/linux-4.4.14/fs/sysv/ |
D | inode.c | 98 buf->f_ffree = sysv_count_free_inodes(sb); in sysv_statfs()
|
/linux-4.4.14/fs/squashfs/ |
D | super.c | 365 buf->f_ffree = 0; in squashfs_statfs()
|
/linux-4.4.14/fs/hfs/ |
D | super.c | 106 buf->f_ffree = HFS_SB(sb)->free_ablocks; in hfs_statfs()
|
/linux-4.4.14/fs/romfs/ |
D | super.c | 423 buf->f_bfree = buf->f_bavail = buf->f_ffree; in romfs_statfs()
|
/linux-4.4.14/fs/cramfs/ |
D | inode.c | 360 buf->f_ffree = 0; in cramfs_statfs()
|
/linux-4.4.14/fs/bfs/ |
D | inode.c | 232 buf->f_ffree = info->si_freei; in bfs_statfs()
|
/linux-4.4.14/fs/adfs/ |
D | super.c | 233 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs3xdr.c | 1032 p = xdr_encode_hyper(p, s->f_ffree); /* free inodes */ in nfs3svc_encode_fsstatres() 1033 p = xdr_encode_hyper(p, s->f_ffree); /* user available inodes */ in nfs3svc_encode_fsstatres()
|
D | nfs4xdr.c | 2568 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr() 2574 p = xdr_encode_hyper(p, (u64) statfs.f_ffree); in nfsd4_encode_fattr()
|
/linux-4.4.14/fs/omfs/ |
D | inode.c | 286 buf->f_bfree = buf->f_bavail = buf->f_ffree = in omfs_statfs()
|
/linux-4.4.14/fs/logfs/ |
D | super.c | 108 stats->f_ffree = 0; in logfs_statfs()
|
/linux-4.4.14/fs/hfsplus/ |
D | super.c | 318 buf->f_ffree = 0xFFFFFFFF - sbi->next_cnid; in hfsplus_statfs()
|
/linux-4.4.14/fs/qnx6/ |
D | inode.c | 166 buf->f_ffree = fs32_to_cpu(sbi, sbi->sb->sb_free_inodes); in qnx6_statfs()
|
/linux-4.4.14/fs/hpfs/ |
D | super.c | 193 buf->f_ffree = hpfs_get_free_dnodes(s); in hpfs_statfs()
|
/linux-4.4.14/fs/ext2/ |
D | super.c | 1425 buf->f_ffree = ext2_count_free_inodes(sb); in ext2_statfs() 1426 es->s_free_inodes_count = cpu_to_le32(buf->f_ffree); in ext2_statfs()
|
/linux-4.4.14/fs/befs/ |
D | linuxvfs.c | 900 buf->f_ffree = 0; /* UNKNOWN */ in befs_statfs()
|
/linux-4.4.14/fs/minix/ |
D | inode.c | 367 buf->f_ffree = minix_count_free_inodes(sb); in minix_statfs()
|
/linux-4.4.14/fs/jffs2/ |
D | fs.c | 216 buf->f_ffree = 0; in jffs2_statfs()
|
/linux-4.4.14/fs/jfs/ |
D | super.c | 174 buf->f_ffree = maxinodes - (atomic_read(&imap->im_numinos) - in jfs_statfs()
|
/linux-4.4.14/fs/ceph/ |
D | super.c | 77 buf->f_ffree = -1; in ceph_statfs()
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 932 buf->f_ffree = EXOFS_MAX_ID - sbi->s_numfiles; in exofs_statfs()
|
/linux-4.4.14/fs/cifs/ |
D | cifsfs.c | 201 buf->f_ffree = 0; /* unlimited */ in cifs_statfs()
|
D | cifssmb.c | 5522 FSData->f_ffree = in CIFSSMBQFSPosixInfo()
|
/linux-4.4.14/fs/ncpfs/ |
D | inode.c | 846 buf->f_ffree = vi.available_dir_entries; in ncp_statfs()
|
/linux-4.4.14/fs/fuse/ |
D | inode.c | 403 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()
|
/linux-4.4.14/fs/nilfs2/ |
D | super.c | 675 buf->f_ffree = nfreeinodes; in nilfs_statfs()
|
/linux-4.4.14/fs/hugetlbfs/ |
D | inode.c | 874 buf->f_ffree = sbinfo->free_inodes; in hugetlbfs_statfs()
|
/linux-4.4.14/fs/isofs/ |
D | inode.c | 979 buf->f_ffree = 0; in isofs_statfs()
|
/linux-4.4.14/fs/f2fs/ |
D | super.c | 630 buf->f_ffree = buf->f_files - valid_inode_count(sbi); in f2fs_statfs()
|
/linux-4.4.14/fs/gfs2/ |
D | super.c | 1197 buf->f_ffree = sc.sc_free; in gfs2_statfs()
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 1377 buf->f_ffree = uspi->cs_total.cs_nifree; in ufs_statfs()
|
/linux-4.4.14/fs/ubifs/ |
D | super.c | 415 buf->f_ffree = 0; in ubifs_statfs()
|
/linux-4.4.14/fs/udf/ |
D | super.c | 2350 buf->f_ffree = buf->f_bfree; in udf_statfs()
|
/linux-4.4.14/fs/ocfs2/ |
D | super.c | 1718 buf->f_ffree = freebits; in ocfs2_statfs()
|
/linux-4.4.14/fs/nfs/ |
D | super.c | 484 buf->f_ffree = res.afiles; in nfs_statfs()
|
/linux-4.4.14/fs/ntfs/ |
D | super.c | 2651 sfs->f_ffree = __get_nr_free_mft_records(vol, size, max_index); in ntfs_statfs()
|
/linux-4.4.14/mm/ |
D | shmem.c | 2210 buf->f_ffree = sbinfo->free_inodes; in shmem_statfs()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 4819 buf->f_ffree = percpu_counter_sum_positive(&sbi->s_freeinodes_counter); in ext4_statfs()
|