/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | statfs.h | 29 long f_bfree; member 52 __u64 f_bfree; member 71 long f_bfree; member 89 __u64 f_bfree; member
|
/openbmc/linux/fs/ |
H A D | statfs.c | 135 if ((st->f_blocks | st->f_bfree | st->f_bavail | in do_statfs_native() 154 buf.f_bfree = st->f_bfree; in do_statfs_native() 178 buf.f_bfree = st->f_bfree; in do_statfs64() 257 tmp.f_tfree = sbuf.f_bfree; in SYSCALL_DEFINE2() 271 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail | in put_compat_statfs() 287 buf.f_bfree = kbuf->f_bfree; in put_compat_statfs() 334 buf.f_bfree = kbuf->f_bfree; in put_compat_statfs64() 400 tmp.f_tfree = sbuf.f_bfree; in COMPAT_SYSCALL_DEFINE2()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | statfs.h | 27 __statfs_word f_bfree; member 50 __u64 f_bfree; member 73 __u64 f_bfree; member
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | statfs.h | 25 unsigned long f_bfree; member 40 unsigned long long f_bfree; member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-Use-correct-printf-format-for-__fsblkcnt_t.patch | 21 ((statsvfs.f_bfree - 1) * statsvfs.f_frsize)) { 30 (statsvfs.f_bfree * statsvfs.f_frsize),
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | compat.h | 92 u32 f_bfree; member 107 u64 f_bfree; member
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_qm_bhv.c | 42 statp->f_bfree = min(statp->f_bfree, remaining); in xfs_fill_statvfs_from_dquot()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.c | 193 __put_user(host_statfs->f_bfree, &target_statfs->f_bfree); in h2t_freebsd11_statfs() 231 __put_user(host_statfs->f_bfree, &target_statfs->f_bfree); in h2t_freebsd_statfs()
|
/openbmc/linux/include/linux/ |
H A D | statfs.h | 13 u64 f_bfree; member
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 242 int f_bfree; member 271 long f_bfree; member 314 tmp_stat.f_bfree = linux_stat->f_bfree; in linux_to_osf_statfs() 334 tmp_stat.f_bfree = linux_stat->f_bfree; in linux_to_osf_statfs64()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | compat.h | 75 int f_bfree; member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | compat.h | 67 int f_bfree; member
|
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 334 uint64_t f_bfree; /* free blocks in filesystem */ member 359 uint64_t f_bfree; /* free blocks in filesystem */ member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/snapper/snapper/ |
H A D | 0002-Use-statvfs-instead-of-statvfs64.patch | 37 // f_bavail is used (not f_bfree) since df seems to do the
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | compat.h | 66 int f_bfree; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 2103 abi_int f_bfree; member 2120 abi_long f_bfree; member 2139 abi_ullong f_bfree; member 2156 abi_long f_bfree; member 2171 abi_long f_bfree; member 2186 abi_long f_bfree; member 2202 abi_long f_bfree; member 2217 abi_uint f_bfree; member 2232 abi_ullong f_bfree; member
|
/openbmc/linux/fs/qnx4/ |
H A D | inode.c | 137 buf->f_bfree = qnx4_count_free_blocks(sb); in qnx4_statfs() 138 buf->f_bavail = buf->f_bfree; in qnx4_statfs()
|
/openbmc/linux/fs/hfs/ |
H A D | super.c | 103 buf->f_bfree = (u32)HFS_SB(sb)->free_ablocks * HFS_SB(sb)->fs_div; in hfs_statfs() 104 buf->f_bavail = buf->f_bfree; in hfs_statfs()
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_kern.c | 195 long long f_bfree; in hostfs_statfs() local 201 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs() 207 sf->f_bfree = f_bfree; in hostfs_statfs()
|
/openbmc/linux/include/asm-generic/ |
H A D | compat.h | 96 compat_int_t f_bfree; member
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | metric.cpp | 419 ret.rwfs_kib_available = (rwFiData.f_bsize * rwFiData.f_bfree) / 1024; in getStorageMetric() 429 (tmpFiData.f_bsize * tmpFiData.f_bfree) / 1024; in getStorageMetric()
|
/openbmc/phosphor-health-monitor/ |
H A D | health_metric_collection.cpp | 179 double value = buffer.f_bfree * buffer.f_frsize; in readStorage()
|
/openbmc/linux/fs/afs/ |
H A D | super.c | 739 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success() 765 buf->f_bfree = 0; in afs_statfs()
|
/openbmc/linux/fs/qnx6/ |
H A D | inode.c | 164 buf->f_bfree = fs32_to_cpu(sbi, sbi->sb->sb_free_blocks); in qnx6_statfs() 167 buf->f_bavail = buf->f_bfree; in qnx6_statfs()
|
/openbmc/linux/fs/freevxfs/ |
H A D | vxfs_super.c | 83 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); in vxfs_statfs()
|