/Linux-v5.4/fs/ |
D | statfs.c | 143 if (st->f_ffree != -1 && in do_statfs_native() 144 (st->f_ffree & 0xffffffff00000000ULL)) in do_statfs_native() 154 buf.f_ffree = st->f_ffree; in do_statfs_native() 178 buf.f_ffree = st->f_ffree; in do_statfs64() 256 tmp.f_tinode = sbuf.f_ffree; in SYSCALL_DEFINE2() 274 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs() 275 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs() 285 buf.f_ffree = kbuf->f_ffree; in put_compat_statfs() 332 buf.f_ffree = kbuf->f_ffree; in put_compat_statfs64() 396 tmp.f_tinode = sbuf.f_ffree; in COMPAT_SYSCALL_DEFINE2()
|
/Linux-v5.4/arch/mips/include/uapi/asm/ |
D | statfs.h | 31 long f_ffree; member 54 __u64 f_ffree; member 73 long f_ffree; member 91 __u64 f_ffree; member
|
/Linux-v5.4/include/uapi/asm-generic/ |
D | statfs.h | 30 __statfs_word f_ffree; member 53 __u64 f_ffree; member 76 __u64 f_ffree; member
|
/Linux-v5.4/arch/s390/include/uapi/asm/ |
D | statfs.h | 28 unsigned long f_ffree; member 43 unsigned long long f_ffree; member
|
/Linux-v5.4/fs/cachefiles/ |
D | daemon.c | 708 if (stats.f_ffree > fnr) in cachefiles_has_space() 709 stats.f_ffree -= fnr; in cachefiles_has_space() 711 stats.f_ffree = 0; in cachefiles_has_space() 719 if (stats.f_ffree < cache->fstop || in cachefiles_has_space() 724 if (stats.f_ffree < cache->fcull || in cachefiles_has_space() 729 stats.f_ffree >= cache->frun && in cachefiles_has_space()
|
/Linux-v5.4/include/linux/ |
D | statfs.h | 15 u64 f_ffree; member
|
/Linux-v5.4/arch/s390/include/asm/ |
D | compat.h | 135 u32 f_ffree; member 150 u64 f_ffree; member
|
/Linux-v5.4/fs/xfs/ |
D | xfs_qm_bhv.c | 41 statp->f_ffree = in xfs_fill_statvfs_from_dquot()
|
/Linux-v5.4/arch/alpha/kernel/ |
D | osf_sys.c | 244 int f_ffree; member 273 long f_ffree; member 316 tmp_stat.f_ffree = linux_stat->f_ffree; in linux_to_osf_statfs() 336 tmp_stat.f_ffree = linux_stat->f_ffree; in linux_to_osf_statfs64()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | compat.h | 80 int f_ffree; member
|
/Linux-v5.4/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-v5.4/arch/sparc/include/asm/ |
D | compat.h | 109 int f_ffree; member
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | compat.h | 97 int f_ffree; member
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | compat.h | 82 s32 f_ffree; member
|
/Linux-v5.4/arch/mips/include/asm/ |
D | compat.h | 84 int f_ffree; member
|
/Linux-v5.4/arch/x86/include/asm/ |
D | compat.h | 87 int f_ffree; member
|
/Linux-v5.4/fs/coda/ |
D | inode.c | 303 buf->f_ffree = 9000000; in coda_statfs()
|
D | upcall.c | 565 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
|
/Linux-v5.4/fs/freevxfs/ |
D | vxfs_super.c | 110 bufp->f_ffree = fs32_to_cpu(infp, raw_sb->vs_ifree); in vxfs_statfs()
|
/Linux-v5.4/fs/9p/ |
D | vfs_super.c | 260 buf->f_ffree = rs.ffree; in v9fs_statfs()
|
/Linux-v5.4/fs/efs/ |
D | super.c | 343 buf->f_ffree = sbi->inode_free; /* free inodes */ in efs_statfs()
|
/Linux-v5.4/include/uapi/linux/ |
D | coda.h | 235 int32_t f_ffree; member
|
/Linux-v5.4/fs/sysv/ |
D | inode.c | 99 buf->f_ffree = sysv_count_free_inodes(sb); in sysv_statfs()
|
/Linux-v5.4/fs/hfs/ |
D | super.c | 106 buf->f_ffree = HFS_SB(sb)->free_ablocks; in hfs_statfs()
|