Searched refs:f_bfree (Results 1 – 25 of 60) sorted by relevance
123
/fs/ |
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()
|
/fs/hostfs/ |
D | hostfs_kern.c | 201 long long f_bfree; in hostfs_statfs() local 207 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs() 213 sf->f_bfree = f_bfree; in hostfs_statfs()
|
D | hostfs_user.c | 400 *bfree_out = buf.f_bfree; in do_statfs()
|
/fs/xfs/ |
D | xfs_qm_bhv.c | 31 statp->f_bfree = statp->f_bavail = in xfs_fill_statvfs_from_dquot()
|
D | xfs_super.c | 821 statp->f_bfree = max_t(int64_t, fdblocks - mp->m_alloc_set_aside, 0); in xfs_fs_statfs() 822 statp->f_bavail = statp->f_bfree; in xfs_fs_statfs() 824 fakeinos = XFS_FSB_TO_INO(mp, statp->f_bfree); in xfs_fs_statfs() 849 statp->f_bavail = statp->f_bfree = in xfs_fs_statfs()
|
/fs/hfs/ |
D | super.c | 104 buf->f_bfree = (u32)HFS_SB(sb)->free_ablocks * HFS_SB(sb)->fs_div; in hfs_statfs() 105 buf->f_bavail = buf->f_bfree; in hfs_statfs()
|
/fs/qnx4/ |
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()
|
/fs/afs/ |
D | super.c | 740 buf->f_bavail = buf->f_bfree = in afs_get_volume_status_success() 766 buf->f_bfree = 0; in afs_statfs()
|
/fs/qnx6/ |
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()
|
/fs/ext2/ |
D | super.c | 1448 buf->f_bfree = ext2_count_free_blocks(sb); in ext2_statfs() 1449 es->s_free_blocks_count = cpu_to_le32(buf->f_bfree); in ext2_statfs() 1450 buf->f_bavail = buf->f_bfree - le32_to_cpu(es->s_r_blocks_count); in ext2_statfs() 1451 if (buf->f_bfree < le32_to_cpu(es->s_r_blocks_count)) in ext2_statfs()
|
/fs/freevxfs/ |
D | vxfs_super.c | 108 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); in vxfs_statfs()
|
/fs/hfsplus/ |
D | super.c | 319 buf->f_bfree = sbi->free_blocks << sbi->fs_shift; in hfsplus_statfs() 320 buf->f_bavail = buf->f_bfree; in hfsplus_statfs()
|
/fs/coda/ |
D | inode.c | 301 buf->f_bfree = 9000000; in coda_statfs()
|
D | upcall.c | 562 sfs->f_bfree = outp->coda_statfs.stat.f_bfree; in venus_statfs()
|
/fs/nilfs2/ |
D | super.c | 681 buf->f_bfree = nfreeblocks; in nilfs_statfs() 682 buf->f_bavail = (buf->f_bfree >= nrsvblocks) ? in nilfs_statfs() 683 (buf->f_bfree - nrsvblocks) : 0; in nilfs_statfs()
|
/fs/efs/ |
D | super.c | 339 buf->f_bfree = sbi->data_free; /* free data blocks */ in efs_statfs()
|
/fs/9p/ |
D | vfs_super.c | 261 buf->f_bfree = rs.bfree; in v9fs_statfs()
|
/fs/exfat/ |
D | super.c | 90 buf->f_bfree = buf->f_blocks - sbi->used_clusters; in exfat_statfs() 91 buf->f_bavail = buf->f_bfree; in exfat_statfs()
|
/fs/minix/ |
D | inode.c | 381 buf->f_bfree = minix_count_free_blocks(sb); in minix_statfs() 382 buf->f_bavail = buf->f_bfree; in minix_statfs()
|
/fs/befs/ |
D | linuxvfs.c | 963 buf->f_bfree = BEFS_SB(sb)->num_blocks - BEFS_SB(sb)->used_blocks; in befs_statfs() 964 buf->f_bavail = buf->f_bfree; in befs_statfs()
|
/fs/sysv/ |
D | inode.c | 97 buf->f_bavail = buf->f_bfree = sysv_count_free_blocks(sb); in sysv_statfs()
|
/fs/adfs/ |
D | map.c | 214 buf->f_bfree = signed_asl(total, asb->s_map2blk); in adfs_map_statfs()
|
/fs/btrfs/ |
D | super.c | 2326 buf->f_bfree = buf->f_blocks - (div_u64(total_used, factor) >> bits); in btrfs_statfs() 2331 if (buf->f_bfree >= block_rsv->size >> bits) in btrfs_statfs() 2332 buf->f_bfree -= block_rsv->size >> bits; in btrfs_statfs() 2334 buf->f_bfree = 0; in btrfs_statfs()
|
/fs/vboxsf/ |
D | super.c | 308 stat->f_bfree = shfl_volinfo.available_allocation_bytes; in vboxsf_statfs()
|
/fs/udf/ |
D | super.c | 2406 buf->f_bfree = udf_count_free(sb); in udf_statfs() 2407 buf->f_bavail = buf->f_bfree; in udf_statfs() 2414 + buf->f_bfree; in udf_statfs() 2415 buf->f_ffree = buf->f_bfree; in udf_statfs()
|
123