| /OK3568_Linux_fs/kernel/fs/ |
| H A D | statfs.c | 145 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() 258 tmp.f_tinode = sbuf.f_ffree; in SYSCALL_DEFINE2() 276 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs() 277 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs() 287 buf.f_ffree = kbuf->f_ffree; in put_compat_statfs() 334 buf.f_ffree = kbuf->f_ffree; in put_compat_statfs64() 398 tmp.f_tinode = sbuf.f_ffree; in COMPAT_SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | statfs.h | 33 __fsfilcnt_t f_ffree; member 39 __fsfilcnt64_t f_ffree; member 57 __fsfilcnt64_t f_ffree; member
|
| H A D | statvfs.h | 38 __fsfilcnt_t f_ffree; member 45 __fsfilcnt64_t f_ffree; member 66 __fsfilcnt64_t f_ffree; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | statfs.h | 30 __statfs_word f_ffree; member 53 __u64 f_ffree; member 76 __u64 f_ffree; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | statfs.h | 30 __statfs_word f_ffree; member 53 __u64 f_ffree; member 76 __u64 f_ffree; member
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | statvfs.h | 38 __fsfilcnt_t f_ffree; member 45 __fsfilcnt64_t f_ffree; member 66 __fsfilcnt64_t f_ffree; member
|
| H A D | statfs.h | 55 __field64(__fsfilcnt_t, __fsfilcnt64_t, f_ffree); 74 __fsfilcnt64_t f_ffree; member
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H A D | statfs.h | 28 unsigned long f_ffree; member 43 unsigned long long f_ffree; member
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | compat.h | 133 u32 f_ffree; member 148 u64 f_ffree; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | statfs.h | 15 u64 f_ffree; member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/fs/hostfs/ |
| H A D | hostfs_kern.c | 202 long long f_ffree; in hostfs_statfs() local 206 &f_ffree, &sf->f_fsid, sizeof(sf->f_fsid), in hostfs_statfs() 214 sf->f_ffree = f_ffree; in hostfs_statfs()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_qm_bhv.c | 41 statp->f_ffree = in xfs_fill_statvfs_from_dquot()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | compat.h | 78 int f_ffree; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | compat.h | 96 int f_ffree; member
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | compat.h | 108 int f_ffree; member
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | compat.h | 80 s32 f_ffree; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | compat.h | 82 int f_ffree; member
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | compat.h | 83 int f_ffree; member
|
| /OK3568_Linux_fs/kernel/fs/freevxfs/ |
| H A D | vxfs_super.c | 111 bufp->f_ffree = fs32_to_cpu(infp, raw_sb->vs_ifree); in vxfs_statfs()
|
| /OK3568_Linux_fs/kernel/fs/coda/ |
| H A D | inode.c | 303 buf->f_ffree = 9000000; in coda_statfs()
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_super.c | 262 buf->f_ffree = rs.ffree; in v9fs_statfs()
|