Home
last modified time | relevance | path

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

123

/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/arch/s390/include/asm/
H A Dcompat.h90 u32 f_bsize; member
105 u32 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-read-hwpoison.c284 status = test_hugetlb_read(fd, file_stat.f_bsize, in main()
296 status = test_hugetlb_read_hwpoison(fd, file_stat.f_bsize, in main()
308 status = test_hugetlb_read_hwpoison(fd, file_stat.f_bsize, in main()
H A Dhugetlb-soft-offline.c172 hugepagesize_kb = file_stat.f_bsize / 1024; in test_soft_offline_common()
188 ret = do_soft_offline(fd, 2 * file_stat.f_bsize, expect_errno); in test_soft_offline_common()
/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/freevxfs/
H A Dvxfs_super.c82 bufp->f_bsize = dentry->d_sb->s_blocksize; in vxfs_statfs()
/linux/fs/9p/
H A Dvfs_super.c229 buf->f_bsize = rs.bsize; in v9fs_statfs()
/linux/fs/efs/
H A Dsuper.c391 buf->f_bsize = EFS_BLOCKSIZE; /* blocksize */ in efs_statfs()
/linux/fs/coda/
H A Dinode.c353 buf->f_bsize = 4096; in coda_statfs()
/linux/fs/hostfs/
H A Dhostfs_user.c400 *bsize_out = buf.f_bsize; in do_statfs()
/linux/fs/sysv/
H A Dinode.c95 buf->f_bsize = sb->s_blocksize; in sysv_statfs()
/linux/fs/efivarfs/
H A Dsuper.c87 buf->f_bsize = 1; in efivarfs_statfs()
/linux/fs/vboxsf/
H A Dsuper.c293 stat->f_bsize = shfl_volinfo.bytes_per_allocation_unit; in vboxsf_statfs()
/linux/fs/qnx4/
H A Dinode.c141 buf->f_bsize = sb->s_blocksize; in qnx4_statfs()
/linux/fs/hfs/
H A Dsuper.c102 buf->f_bsize = sb->s_blocksize; in hfs_statfs()
/linux/fs/smb/client/
H A Dcifssmb.c4534 FSData->f_bsize = in SMBOldQFSInfo()
4542 if (FSData->f_bsize < 512) in SMBOldQFSInfo()
4543 FSData->f_bsize = 4096; in SMBOldQFSInfo()
4552 FSData->f_bsize); in SMBOldQFSInfo()
4621 FSData->f_bsize = in CIFSSMBQFSInfo()
4629 if (FSData->f_bsize < 512) in CIFSSMBQFSInfo()
4630 FSData->f_bsize = 4096; in CIFSSMBQFSInfo()
4639 FSData->f_bsize); in CIFSSMBQFSInfo()
4993 FSData->f_bsize = in CIFSSMBQFSPosixInfo()
4999 if (FSData->f_bsize < 512) in CIFSSMBQFSPosixInfo()
[all …]
/linux/fs/adfs/
H A Dsuper.c211 buf->f_bsize = sb->s_blocksize; in adfs_statfs()
/linux/fs/romfs/
H A Dsuper.c406 buf->f_bsize = ROMBSIZE; in romfs_statfs()

123