Home
last modified time | relevance | path

Searched refs:f_bfree (Results 1 – 25 of 37) sorted by relevance

12

/linux/arch/mips/include/uapi/asm/
H A Dstatfs.h29 long f_bfree; member
52 __u64 f_bfree; member
71 long f_bfree; member
89 __u64 f_bfree; member
/linux/include/uapi/asm-generic/
H A Dstatfs.h27 __statfs_word f_bfree; member
50 __u64 f_bfree; member
73 __u64 f_bfree; member
/linux/arch/s390/include/uapi/asm/
H A Dstatfs.h25 unsigned long f_bfree; member
40 unsigned long long f_bfree; member
/linux/include/linux/
H A Dstatfs.h13 u64 f_bfree; member
/linux/arch/arm64/include/asm/
H A Dcompat.h75 int f_bfree; member
/linux/arch/x86/include/asm/
H A Dcompat.h67 int f_bfree; member
/linux/arch/mips/include/asm/
H A Dcompat.h66 int f_bfree; member
/linux/fs/hfs/
H A Dsuper.c108 buf->f_bfree = (u32)HFS_SB(sb)->free_ablocks * HFS_SB(sb)->fs_div; in hfs_statfs()
109 buf->f_bavail = buf->f_bfree; in hfs_statfs()
/linux/include/asm-generic/
H A Dcompat.h96 compat_int_t f_bfree; member
/linux/fs/hostfs/
H A Dhostfs_kern.c190 long long f_bfree; in hostfs_statfs() local
198 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs()
204 sf->f_bfree = f_bfree; in hostfs_statfs()
/linux/fs/afs/
H A Dsuper.c731 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success()
757 buf->f_bfree = 0; in afs_statfs()
/linux/fs/freevxfs/
H A Dvxfs_super.c84 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); in vxfs_statfs()
/linux/fs/nilfs2/
H A Dsuper.c670 buf->f_bfree = nfreeblocks; in nilfs_statfs()
671 buf->f_bavail = (buf->f_bfree >= nrsvblocks) ? in nilfs_statfs()
672 (buf->f_bfree - nrsvblocks) : 0; in nilfs_statfs()
/linux/fs/efs/
H A Dsuper.c357 buf->f_bfree = sbi->data_free; /* free data blocks */ in efs_statfs()
/linux/fs/9p/
H A Dvfs_super.c210 buf->f_bfree = rs.bfree; in v9fs_statfs()
/linux/include/uapi/linux/
H A Dcoda.h232 int32_t f_bfree; member
/linux/fs/adfs/
H A Dmap.c214 buf->f_bfree = signed_asl(total, asb->s_map2blk); in adfs_map_statfs()
H A Dsuper.c187 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()
/linux/fs/xfs/
H A Dxfs_super.c869 st->f_bfree = max(0LL, in xfs_statfs_data()
889 st->f_bfree = xfs_rtbxlen_to_blen(mp, in xfs_statfs_rt()
902 uint64_t fakeinos = XFS_FSB_TO_INO(mp, st->f_bfree); in xfs_statfs_inodes()
952 st->f_bavail = st->f_bfree; in xfs_fs_statfs()
/linux/fs/coda/
H A Dupcall.c562 sfs->f_bfree = outp->coda_statfs.stat.f_bfree; in venus_statfs()
/linux/fs/vboxsf/
H A Dsuper.c301 stat->f_bfree = shfl_volinfo.available_allocation_bytes; in vboxsf_statfs()
/linux/fs/efivarfs/
H A Dsuper.c108 buf->f_bfree = remaining_space; in efivarfs_statfs()
/linux/fs/ufs/
H A Dsuper.c1342 buf->f_bfree = ufs_freefrags(uspi); in ufs_statfs()
1345 buf->f_bavail = (buf->f_bfree > uspi->s_root_blocks) in ufs_statfs()
1346 ? (buf->f_bfree - uspi->s_root_blocks) : 0; in ufs_statfs()
/linux/fs/ceph/
H A Dquota.c537 buf->f_bfree = free; in ceph_quota_update_statfs()
/linux/fs/romfs/
H A Dsuper.c407 buf->f_bfree = buf->f_bavail = buf->f_ffree; in romfs_statfs()

12