Home
last modified time | relevance | path

Searched refs:f_bsize (Results 1 – 25 of 31) sorted by relevance

12

/linux/arch/mips/include/uapi/asm/
H A Dstatfs.h26 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 Dstatfs.h25 __statfs_word f_bsize; member
48 __statfs_word f_bsize; member
71 __u32 f_bsize; member
/linux/arch/s390/include/uapi/asm/
H A Dstatfs.h23 unsigned int f_bsize; member
38 unsigned int f_bsize; member
/linux/fs/cachefiles/
H A Dcache.c88 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 Dhugetlb-soft-offline.c145 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 Dhugetlb-read-hwpoison.c295 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 Dstatfs.h11 long f_bsize; member
/linux/arch/arm64/include/asm/
H A Dcompat.h73 int f_bsize; member
/linux/arch/x86/include/asm/
H A Dcompat.h65 int f_bsize; member
/linux/arch/mips/include/asm/
H A Dcompat.h63 int f_bsize; member
/linux/include/asm-generic/
H A Dcompat.h94 compat_int_t f_bsize; member
/linux/fs/adfs/
H A Dsuper.c186 buf->f_bsize = sb->s_blocksize; in adfs_statfs()
/linux/fs/orangefs/
H A Dsuper.c185 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs()
/linux/fs/squashfs/
H A Dsuper.c579 buf->f_bsize = msblk->block_size; in squashfs_statfs()
/linux/fs/afs/
H A Dsuper.c752 buf->f_bsize = AFS_BLOCK_SIZE; in afs_statfs()
/linux/fs/nfsd/
H A Dnfsxdr.c558 *p++ = cpu_to_be32(stat->f_bsize); in nfssvc_encode_statfsres()
H A Dnfs3xdr.c1187 u64 bs = s->f_bsize; in svcxdr_encode_fsstat3resok()
H A Dnfs4xdr.c3523 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 Dsuper.c1082 buf->f_bsize = sb->s_blocksize; in erofs_statfs()
/linux/fs/zonefs/
H A Dsuper.c448 buf->f_bsize = sb->s_blocksize; in zonefs_statfs()
/linux/fs/gfs2/
H A Dsuper.c980 buf->f_bsize = sdp->sd_sb.sb_bsize; in gfs2_statfs()
/linux/fs/ceph/
H A Dsuper.c105 buf->f_bsize = buf->f_frsize; in ceph_statfs()
/linux/fs/ntfs3/
H A Dsuper.c747 buf->f_bsize = buf->f_frsize = sbi->cluster_size; in ntfs_statfs()
/linux/fs/xfs/
H A Dxfs_super.c983 st->f_bsize = mp->m_sb.sb_blocksize; in xfs_fs_statfs()
/linux/drivers/block/
H A Dloop.c776 *granularity = sbuf.f_bsize; in loop_get_discard_config()

12