Home
last modified time | relevance | path

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

123

/openbmc/linux/fs/
H A Dstatfs.c146 if (st->f_ffree != -1 && in do_statfs_native()
147 (st->f_ffree & 0xffffffff00000000ULL)) in do_statfs_native()
157 buf.f_ffree = st->f_ffree; in do_statfs_native()
181 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 …]
/openbmc/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
/openbmc/linux/include/uapi/asm-generic/
H A Dstatfs.h30 __statfs_word f_ffree; member
53 __u64 f_ffree; member
76 __u64 f_ffree; member
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dstatfs.h28 unsigned long f_ffree; member
43 unsigned long long f_ffree; member
/openbmc/linux/fs/cachefiles/
H A Dcache.c231 if (stats.f_ffree > fnr) in cachefiles_has_space()
232 stats.f_ffree -= fnr; in cachefiles_has_space()
234 stats.f_ffree = 0; in cachefiles_has_space()
242 if (stats.f_ffree < cache->fstop || in cachefiles_has_space()
247 if (stats.f_ffree < cache->fcull || in cachefiles_has_space()
252 stats.f_ffree >= cache->frun && in cachefiles_has_space()
/openbmc/linux/arch/s390/include/asm/
H A Dcompat.h95 u32 f_ffree; member
110 u64 f_ffree; member
/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c196 __put_user(host_statfs->f_ffree, &target_statfs->f_ffree); in h2t_freebsd11_statfs()
234 __put_user(host_statfs->f_ffree, &target_statfs->f_ffree); in h2t_freebsd_statfs()
/openbmc/linux/include/linux/
H A Dstatfs.h16 u64 f_ffree; member
/openbmc/linux/arch/x86/include/asm/
H A Dcompat.h70 int f_ffree; member
/openbmc/linux/arch/arm64/include/asm/
H A Dcompat.h78 int f_ffree; member
/openbmc/qemu/hw/9pfs/
H A D9p-proxy.h96 uint64_t f_ffree; member
/openbmc/linux/arch/alpha/kernel/
H 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()
/openbmc/linux/fs/xfs/
H A Dxfs_qm_bhv.c41 statp->f_ffree = in xfs_fill_statvfs_from_dquot()
/openbmc/linux/arch/mips/include/asm/
H A Dcompat.h68 int f_ffree; member
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h337 int64_t f_ffree; /* free nodes avail to non-superuser */ member
362 int64_t f_ffree; /* free nodes avail to non-superuser */ member
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2107 abi_int f_ffree; member
2124 abi_long f_ffree; member
2143 abi_ullong f_ffree; member
2161 abi_long f_ffree; member
2176 abi_long f_ffree; member
2191 abi_long f_ffree; member
2207 abi_long f_ffree; member
2222 abi_uint f_ffree; member
2237 abi_ullong f_ffree; member
/openbmc/linux/include/asm-generic/
H A Dcompat.h99 compat_int_t f_ffree; member
/openbmc/linux/fs/hostfs/
H A Dhostfs_kern.c198 long long f_ffree; in hostfs_statfs() local
202 &f_ffree, &sf->f_fsid, sizeof(sf->f_fsid), in hostfs_statfs()
210 sf->f_ffree = f_ffree; in hostfs_statfs()
H A Dhostfs_user.c404 *ffree_out = buf.f_ffree; in do_statfs()
/openbmc/qemu/fsdev/
H A Dvirtfs-proxy-helper.c540 pr_stfs->f_ffree = stfs->f_ffree; in statfs_to_prstatfs()
596 pr_stfs.f_files, pr_stfs.f_ffree, in do_stat()
/openbmc/linux/fs/freevxfs/
H A Dvxfs_super.c86 bufp->f_ffree = fs32_to_cpu(infp, raw_sb->vs_ifree); in vxfs_statfs()
/openbmc/linux/fs/coda/
H A Dinode.c305 buf->f_ffree = 9000000; in coda_statfs()
/openbmc/linux/fs/efs/
H A Dsuper.c344 buf->f_ffree = sbi->inode_free; /* free inodes */ in efs_statfs()
/openbmc/linux/fs/9p/
H A Dvfs_super.c261 buf->f_ffree = rs.ffree; in v9fs_statfs()
/openbmc/linux/include/uapi/linux/
H A Dcoda.h235 int32_t f_ffree; member

123