Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/fs/
A Dstatfs.c145 if (st->f_ffree != -1 && in do_statfs_native()
146 (st->f_ffree & 0xffffffff00000000ULL)) in do_statfs_native()
156 buf.f_ffree = st->f_ffree; in do_statfs_native()
180 buf.f_ffree = st->f_ffree; in do_statfs64()
259 tmp.f_tinode = min_t(u64, sbuf.f_ffree, UINT_MAX); in SYSCALL_DEFINE2()
261 tmp.f_tinode = sbuf.f_ffree; in SYSCALL_DEFINE2()
279 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs()
280 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs()
290 buf.f_ffree = kbuf->f_ffree; in put_compat_statfs()
337 buf.f_ffree = kbuf->f_ffree; in put_compat_statfs64()
[all …]
/linux-6.3-rc2/arch/mips/include/uapi/asm/
A Dstatfs.h31 long f_ffree; member
54 __u64 f_ffree; member
73 long f_ffree; member
91 __u64 f_ffree; member
/linux-6.3-rc2/include/uapi/asm-generic/
A Dstatfs.h30 __statfs_word f_ffree; member
53 __u64 f_ffree; member
76 __u64 f_ffree; member
/linux-6.3-rc2/fs/cachefiles/
A Dcache.c229 if (stats.f_ffree > fnr) in cachefiles_has_space()
230 stats.f_ffree -= fnr; in cachefiles_has_space()
232 stats.f_ffree = 0; in cachefiles_has_space()
240 if (stats.f_ffree < cache->fstop || in cachefiles_has_space()
245 if (stats.f_ffree < cache->fcull || in cachefiles_has_space()
250 stats.f_ffree >= cache->frun && in cachefiles_has_space()
/linux-6.3-rc2/arch/s390/include/uapi/asm/
A Dstatfs.h28 unsigned long f_ffree; member
43 unsigned long long f_ffree; member
/linux-6.3-rc2/arch/s390/include/asm/
A Dcompat.h95 u32 f_ffree; member
110 u64 f_ffree; member
/linux-6.3-rc2/include/linux/
A Dstatfs.h16 u64 f_ffree; member
/linux-6.3-rc2/arch/arm64/include/asm/
A Dcompat.h78 int f_ffree; member
/linux-6.3-rc2/arch/x86/include/asm/
A Dcompat.h70 int f_ffree; member
/linux-6.3-rc2/arch/alpha/kernel/
A Dosf_sys.c245 int f_ffree; member
274 long f_ffree; member
317 tmp_stat.f_ffree = linux_stat->f_ffree; in linux_to_osf_statfs()
337 tmp_stat.f_ffree = linux_stat->f_ffree; in linux_to_osf_statfs64()
/linux-6.3-rc2/fs/xfs/
A Dxfs_qm_bhv.c41 statp->f_ffree = in xfs_fill_statvfs_from_dquot()
/linux-6.3-rc2/arch/mips/include/asm/
A Dcompat.h68 int f_ffree; member
/linux-6.3-rc2/fs/hostfs/
A Dhostfs_kern.c205 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()
A Dhostfs_user.c403 *ffree_out = buf.f_ffree; in do_statfs()
/linux-6.3-rc2/include/asm-generic/
A Dcompat.h99 compat_int_t f_ffree; member
/linux-6.3-rc2/fs/freevxfs/
A Dvxfs_super.c86 bufp->f_ffree = fs32_to_cpu(infp, raw_sb->vs_ifree); in vxfs_statfs()
/linux-6.3-rc2/fs/coda/
A Dinode.c304 buf->f_ffree = 9000000; in coda_statfs()
A Dupcall.c565 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
/linux-6.3-rc2/fs/efs/
A Dsuper.c344 buf->f_ffree = sbi->inode_free; /* free inodes */ in efs_statfs()
/linux-6.3-rc2/fs/9p/
A Dvfs_super.c263 buf->f_ffree = rs.ffree; in v9fs_statfs()
/linux-6.3-rc2/include/uapi/linux/
A Dcoda.h235 int32_t f_ffree; member
/linux-6.3-rc2/fs/sysv/
A Dinode.c99 buf->f_ffree = sysv_count_free_inodes(sb); in sysv_statfs()
/linux-6.3-rc2/fs/hfs/
A Dsuper.c106 buf->f_ffree = HFS_SB(sb)->free_ablocks; in hfs_statfs()
/linux-6.3-rc2/fs/vboxsf/
A Dsuper.c316 stat->f_ffree = 1000000; in vboxsf_statfs()
/linux-6.3-rc2/fs/adfs/
A Dsuper.c212 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()

Completed in 32 milliseconds

123