| /linux/arch/mips/include/uapi/asm/ |
| H A D | statfs.h | 26 long f_bsize; member 48 __u32 f_bsize; member 68 long f_bsize; member 85 __u32 f_bsize; member
|
| /linux/include/uapi/asm-generic/ |
| H A D | statfs.h | 25 __statfs_word f_bsize; member 48 __statfs_word f_bsize; member 71 __u32 f_bsize; member
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | statfs.h | 23 unsigned int f_bsize; member 38 unsigned int f_bsize; member
|
| /linux/fs/cachefiles/ |
| H A D | cache.c | 88 if (stats.f_bsize <= 0) in cachefiles_add_cache() 92 if (stats.f_bsize > PAGE_SIZE) in cachefiles_add_cache() 95 cache->bsize = stats.f_bsize; in cachefiles_add_cache() 96 cache->bshift = ilog2(stats.f_bsize); in cachefiles_add_cache()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb-soft-offline.c | 145 hugepagesize_kb = file_stat.f_bsize / 1024; in create_hugetlbfs_file() 158 ret = do_soft_offline(fd, 2 * file_stat.f_bsize, expect_errno); in test_soft_offline_common()
|
| H A D | hugetlb-read-hwpoison.c | 295 status = test_hugetlb_read(fd, file_stat.f_bsize, in main() 305 status = test_hugetlb_read_hwpoison(fd, file_stat.f_bsize, in main() 315 status = test_hugetlb_read_hwpoison(fd, file_stat.f_bsize, in main()
|
| /linux/include/linux/ |
| H A D | statfs.h | 11 long f_bsize; member
|
| /linux/arch/arm64/include/asm/ |
| H A D | compat.h | 73 int f_bsize; member
|
| /linux/arch/x86/include/asm/ |
| H A D | compat.h | 65 int f_bsize; member
|
| /linux/arch/mips/include/asm/ |
| H A D | compat.h | 63 int f_bsize; member
|
| /linux/include/asm-generic/ |
| H A D | compat.h | 94 compat_int_t f_bsize; member
|
| /linux/fs/adfs/ |
| H A D | super.c | 186 buf->f_bsize = sb->s_blocksize; in adfs_statfs()
|
| /linux/fs/orangefs/ |
| H A D | super.c | 185 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs()
|
| /linux/fs/squashfs/ |
| H A D | super.c | 579 buf->f_bsize = msblk->block_size; in squashfs_statfs()
|
| /linux/fs/afs/ |
| H A D | super.c | 752 buf->f_bsize = AFS_BLOCK_SIZE; in afs_statfs()
|
| /linux/fs/nfsd/ |
| H A D | nfsxdr.c | 558 *p++ = cpu_to_be32(stat->f_bsize); in nfssvc_encode_statfsres()
|
| H A D | nfs3xdr.c | 1187 u64 bs = s->f_bsize; in svcxdr_encode_fsstat3resok()
|
| H A D | nfs4xdr.c | 3523 u64 avail = (u64)args->statfs.f_bavail * (u64)args->statfs.f_bsize; in nfsd4_encode_fattr4_space_avail() 3531 u64 free = (u64)args->statfs.f_bfree * (u64)args->statfs.f_bsize; in nfsd4_encode_fattr4_space_free() 3539 u64 total = (u64)args->statfs.f_blocks * (u64)args->statfs.f_bsize; in nfsd4_encode_fattr4_space_total()
|
| /linux/fs/erofs/ |
| H A D | super.c | 1082 buf->f_bsize = sb->s_blocksize; in erofs_statfs()
|
| /linux/fs/zonefs/ |
| H A D | super.c | 448 buf->f_bsize = sb->s_blocksize; in zonefs_statfs()
|
| /linux/fs/gfs2/ |
| H A D | super.c | 980 buf->f_bsize = sdp->sd_sb.sb_bsize; in gfs2_statfs()
|
| /linux/fs/ceph/ |
| H A D | super.c | 105 buf->f_bsize = buf->f_frsize; in ceph_statfs()
|
| /linux/fs/ntfs3/ |
| H A D | super.c | 747 buf->f_bsize = buf->f_frsize = sbi->cluster_size; in ntfs_statfs()
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 983 st->f_bsize = mp->m_sb.sb_blocksize; in xfs_fs_statfs()
|
| /linux/drivers/block/ |
| H A D | loop.c | 776 *granularity = sbuf.f_bsize; in loop_get_discard_config()
|