| /linux/fs/ |
| H A D | statfs.c | 144 if (st->f_ffree != -1 && in do_statfs_native() 145 (st->f_ffree & 0xffffffff00000000ULL)) in do_statfs_native() 155 buf.f_ffree = st->f_ffree; in do_statfs_native() 179 buf.f_ffree = st->f_ffree; in do_statfs64() 257 tmp.f_tinode = min_t(u64, sbuf.f_ffree, UINT_MAX); in SYSCALL_DEFINE2() 259 tmp.f_tinode = sbuf.f_ffree; in SYSCALL_DEFINE2() 277 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs() 278 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs() 288 buf.f_ffree = kbuf->f_ffree; in put_compat_statfs() 335 buf.f_ffree = kbuf->f_ffree; in put_compat_statfs64() [all …]
|
| /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/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/arch/s390/include/uapi/asm/ |
| H A D | statfs.h | 28 unsigned long f_ffree; member 43 unsigned long long f_ffree; member
|
| /linux/include/linux/ |
| H A D | statfs.h | 16 u64 f_ffree; member
|
| /linux/arch/alpha/kernel/ |
| H A 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/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/fs/hostfs/ |
| H A D | hostfs_kern.c | 193 long long f_ffree; in hostfs_statfs() local 199 &f_ffree, &sf->f_fsid, sizeof(sf->f_fsid), in hostfs_statfs() 207 sf->f_ffree = f_ffree; in hostfs_statfs()
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_super.c | 87 bufp->f_ffree = fs32_to_cpu(infp, raw_sb->vs_ifree); in vxfs_statfs()
|
| /linux/fs/coda/ |
| H A D | inode.c | 348 buf->f_ffree = 9000000; in coda_statfs()
|
| H A D | upcall.c | 565 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
|
| /linux/fs/9p/ |
| H A D | vfs_super.c | 213 buf->f_ffree = rs.ffree; in v9fs_statfs()
|
| /linux/include/uapi/linux/ |
| H A D | coda.h | 235 int32_t f_ffree; member
|
| /linux/fs/vboxsf/ |
| H A D | super.c | 309 stat->f_ffree = 1000000; in vboxsf_statfs()
|
| /linux/fs/hfs/ |
| H A D | super.c | 108 buf->f_ffree = HFS_SB(sb)->free_ablocks; in hfs_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/romfs/ |
| H A D | super.c | 407 buf->f_bfree = buf->f_bavail = buf->f_ffree; in romfs_statfs()
|
| /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/bfs/ |
| H A D | inode.c | 246 buf->f_ffree = info->si_freei; in bfs_statfs()
|
| /linux/fs/squashfs/ |
| H A D | super.c | 583 buf->f_ffree = 0; in squashfs_statfs()
|
| /linux/fs/omfs/ |
| H A D | inode.c | 286 buf->f_bfree = buf->f_bavail = buf->f_ffree = in omfs_statfs()
|