Home
last modified time | relevance | path

Searched refs:f_ffree (Results 1 – 25 of 26) sorted by relevance

12

/linux/arch/mips/include/uapi/asm/
H A Dstatfs.h31 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 Dstatfs.h30 __statfs_word f_ffree; member
53 __u64 f_ffree; member
76 __u64 f_ffree; member
/linux/arch/s390/include/uapi/asm/
H A Dstatfs.h28 unsigned long f_ffree; member
43 unsigned long long f_ffree; member
/linux/fs/cachefiles/
H A Dcache.c232 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 Dstatfs.h16 u64 f_ffree; member
/linux/arch/arm64/include/asm/
H A Dcompat.h78 int f_ffree; member
/linux/arch/x86/include/asm/
H A Dcompat.h70 int f_ffree; member
/linux/arch/mips/include/asm/
H A Dcompat.h68 int f_ffree; member
/linux/include/asm-generic/
H A Dcompat.h99 compat_int_t f_ffree; member
/linux/include/uapi/linux/
H A Dcoda.h235 int32_t f_ffree; member
/linux/fs/coda/
H A Dupcall.c565 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
/linux/fs/adfs/
H A Dsuper.c187 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()
/linux/fs/nfsd/
H A Dnfs3xdr.c1197 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 Dnfs4xdr.c3436 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 Dsuper.c192 buf->f_ffree = (sector_t) new_op->downcall.resp.statfs.files_avail; in orangefs_statfs()
/linux/fs/squashfs/
H A Dsuper.c583 buf->f_ffree = 0; in squashfs_statfs()
/linux/fs/erofs/
H A Dsuper.c1086 buf->f_ffree = ULLONG_MAX - sbi->inos; in erofs_statfs()
/linux/fs/zonefs/
H A Dsuper.c464 buf->f_ffree = 0; in zonefs_statfs()
/linux/fs/f2fs/
H A Dsuper.c2215 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 Dsuper.c985 buf->f_ffree = sc.sc_free; in gfs2_statfs()
/linux/fs/ceph/
H A Dsuper.c108 buf->f_ffree = -1; in ceph_statfs()
/linux/fs/xfs/
H A Dxfs_super.c964 st->f_ffree = max_t(int64_t, 0, st->f_files - (icount - ifree)); in xfs_statfs_inodes()
/linux/fs/ext4/
H A Dsuper.c6977 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 Dsuper.c2448 buf->f_ffree = buf->f_bfree; in udf_statfs()
/linux/fs/smb/client/
H A Dsmb2pdu.c6094 kst->f_ffree = le64_to_cpu(response_data->FreeFileNodes); in copy_posix_fs_info_to_kstatfs()

12