| /linux/arch/mips/include/uapi/asm/ |
| H A D | statfs.h | 31 long f_ffree; member 54 __u64 f_ffree; member 73 long f_ffree; member 91 __u64 f_ffree; member
|
| /linux/include/uapi/asm-generic/ |
| H A D | statfs.h | 30 __statfs_word f_ffree; member 53 __u64 f_ffree; member 76 __u64 f_ffree; member
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | statfs.h | 28 unsigned long f_ffree; member 43 unsigned long long f_ffree; member
|
| /linux/fs/cachefiles/ |
| H A D | cache.c | 232 if (stats.f_ffree > fnr) in cachefiles_has_space() 233 stats.f_ffree -= fnr; in cachefiles_has_space() 235 stats.f_ffree = 0; in cachefiles_has_space() 243 if (stats.f_ffree < cache->fstop || in cachefiles_has_space() 248 if (stats.f_ffree < cache->fcull || in cachefiles_has_space() 253 stats.f_ffree >= cache->frun && in cachefiles_has_space()
|
| /linux/include/linux/ |
| H A D | statfs.h | 16 u64 f_ffree; member
|
| /linux/arch/arm64/include/asm/ |
| H A D | compat.h | 78 int f_ffree; member
|
| /linux/arch/x86/include/asm/ |
| H A D | compat.h | 70 int f_ffree; member
|
| /linux/arch/mips/include/asm/ |
| H A D | compat.h | 68 int f_ffree; member
|
| /linux/include/asm-generic/ |
| H A D | compat.h | 99 compat_int_t f_ffree; member
|
| /linux/include/uapi/linux/ |
| H A D | coda.h | 235 int32_t f_ffree; member
|
| /linux/fs/coda/ |
| H A D | upcall.c | 565 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
|
| /linux/fs/adfs/ |
| H A D | super.c | 187 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()
|
| /linux/fs/nfsd/ |
| H A D | nfs3xdr.c | 1197 p = xdr_encode_hyper(p, s->f_ffree); /* free inodes */ in svcxdr_encode_fsstat3resok() 1198 p = xdr_encode_hyper(p, s->f_ffree); /* user available inodes */ in svcxdr_encode_fsstat3resok()
|
| H A D | nfs4xdr.c | 3436 return nfsd4_encode_uint64_t(xdr, args->statfs.f_ffree); in nfsd4_encode_fattr4_files_avail() 3442 return nfsd4_encode_uint64_t(xdr, args->statfs.f_ffree); in nfsd4_encode_fattr4_files_free()
|
| /linux/fs/orangefs/ |
| H A D | super.c | 192 buf->f_ffree = (sector_t) new_op->downcall.resp.statfs.files_avail; in orangefs_statfs()
|
| /linux/fs/squashfs/ |
| H A D | super.c | 583 buf->f_ffree = 0; in squashfs_statfs()
|
| /linux/fs/erofs/ |
| H A D | super.c | 1086 buf->f_ffree = ULLONG_MAX - sbi->inos; in erofs_statfs()
|
| /linux/fs/zonefs/ |
| H A D | super.c | 464 buf->f_ffree = 0; in zonefs_statfs()
|
| /linux/fs/f2fs/ |
| H A D | super.c | 2215 buf->f_ffree = min(buf->f_ffree, remaining); in f2fs_statfs_project() 2263 buf->f_ffree = buf->f_bavail; in f2fs_statfs() 2266 buf->f_ffree = min(avail_node_count - total_valid_node_count, in f2fs_statfs()
|
| /linux/fs/gfs2/ |
| H A D | super.c | 985 buf->f_ffree = sc.sc_free; in gfs2_statfs()
|
| /linux/fs/ceph/ |
| H A D | super.c | 108 buf->f_ffree = -1; in ceph_statfs()
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 964 st->f_ffree = max_t(int64_t, 0, st->f_files - (icount - ifree)); in xfs_statfs_inodes()
|
| /linux/fs/ext4/ |
| H A D | super.c | 6977 buf->f_ffree = min(buf->f_ffree, remaining); in ext4_statfs_project() 7010 buf->f_ffree = percpu_counter_sum_positive(&sbi->s_freeinodes_counter); in ext4_statfs()
|
| /linux/fs/udf/ |
| H A D | super.c | 2448 buf->f_ffree = buf->f_bfree; in udf_statfs()
|
| /linux/fs/smb/client/ |
| H A D | smb2pdu.c | 6094 kst->f_ffree = le64_to_cpu(response_data->FreeFileNodes); in copy_posix_fs_info_to_kstatfs()
|