Home
last modified time | relevance | path

Searched refs:f_bavail (Results 26 – 50 of 86) sorted by relevance

1234

/openbmc/linux/fs/efs/
H A Dsuper.c340 buf->f_bavail = sbi->data_free; /* free blocks for non-root */ in efs_statfs()
/openbmc/linux/fs/9p/
H A Dvfs_super.c259 buf->f_bavail = rs.bavail; in v9fs_statfs()
/openbmc/linux/fs/btrfs/
H A Dsuper.c2093 buf->f_bavail = div_u64(total_free_data, factor); in btrfs_statfs()
2097 buf->f_bavail += div_u64(total_free_data, factor); in btrfs_statfs()
2098 buf->f_bavail = buf->f_bavail >> bits; in btrfs_statfs()
2124 buf->f_bavail = 0; in btrfs_statfs()
/openbmc/linux/fs/hostfs/
H A Dhostfs_user.c402 *bavail_out = buf.f_bavail; in do_statfs()
/openbmc/linux/fs/adfs/
H A Dmap.c213 buf->f_bavail = in adfs_map_statfs()
/openbmc/linux/include/uapi/linux/
H A Dcoda.h233 int32_t f_bavail; member
/openbmc/linux/fs/sysv/
H A Dinode.c97 buf->f_bavail = buf->f_bfree = sysv_count_free_blocks(sb); in sysv_statfs()
/openbmc/qemu/hw/9pfs/
H A D9p-proxy.c127 stfs->f_bavail = prstfs->f_bavail; in prstatfs_to_statfs()
255 &prstfs.f_bfree, &prstfs.f_bavail, in v9fs_receive_response()
/openbmc/linux/fs/qnx4/
H A Dinode.c138 buf->f_bavail = buf->f_bfree; in qnx4_statfs()
/openbmc/linux/fs/hfs/
H A Dsuper.c104 buf->f_bavail = buf->f_bfree; in hfs_statfs()
/openbmc/linux/fs/vboxsf/
H A Dsuper.c310 stat->f_bavail = shfl_volinfo.available_allocation_bytes; in vboxsf_statfs()
/openbmc/linux/fs/coda/
H A Dupcall.c563 sfs->f_bavail = outp->coda_statfs.stat.f_bavail; in venus_statfs()
/openbmc/linux/fs/ceph/
H A Dquota.c531 buf->f_bavail = free; in ceph_quota_update_statfs()
/openbmc/linux/fs/romfs/
H A Dsuper.c416 buf->f_bfree = buf->f_bavail = buf->f_ffree; in romfs_statfs()
/openbmc/linux/fs/bfs/
H A Dinode.c228 buf->f_bfree = buf->f_bavail = info->si_freeb; in bfs_statfs()
/openbmc/linux/fs/orangefs/
H A Dsuper.c210 buf->f_bavail = (sector_t) new_op->downcall.resp.statfs.blocks_avail; in orangefs_statfs()
/openbmc/linux/fs/nfsd/
H A Dnfsxdr.c547 *p = cpu_to_be32(stat->f_bavail); in nfssvc_encode_statfsres()
/openbmc/linux/fs/squashfs/
H A Dsuper.c573 buf->f_bfree = buf->f_bavail = 0; in squashfs_statfs()
/openbmc/linux/fs/qnx6/
H A Dinode.c167 buf->f_bavail = buf->f_bfree; in qnx6_statfs()
/openbmc/linux/fs/affs/
H A Dsuper.c622 buf->f_bavail = free; in affs_statfs()
/openbmc/linux/fs/omfs/
H A Dinode.c286 buf->f_bfree = buf->f_bavail = buf->f_ffree = in omfs_statfs()
/openbmc/linux/fs/hfsplus/
H A Dsuper.c320 buf->f_bavail = buf->f_bfree; in hfsplus_statfs()
/openbmc/linux/fs/hpfs/
H A Dsuper.c192 buf->f_bavail = sbi->sb_n_free; in hpfs_statfs()
/openbmc/linux/fs/ext2/
H A Dsuper.c1461 buf->f_bavail = buf->f_bfree - le32_to_cpu(es->s_r_blocks_count); in ext2_statfs()
1463 buf->f_bavail = 0; in ext2_statfs()
/openbmc/linux/fs/exfat/
H A Dsuper.c83 buf->f_bavail = buf->f_bfree; in exfat_statfs()

1234