Home
last modified time | relevance | path

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

123

/linux/fs/ !
H A Dstatfs.c68 buf->f_frsize = buf->f_bsize; in statfs_by_dentry()
135 st->f_bsize | st->f_frsize) & in do_statfs_native()
151 buf.f_bsize = st->f_bsize; in do_statfs_native()
175 buf.f_bsize = st->f_bsize; in do_statfs64()
271 kbuf->f_bsize | kbuf->f_frsize) & 0xffffffff00000000ULL) in put_compat_statfs()
284 buf.f_bsize = kbuf->f_bsize; in put_compat_statfs()
326 if ((kbuf->f_bsize | kbuf->f_frsize) & 0xffffffff00000000ULL) in put_compat_statfs64()
331 buf.f_bsize = kbuf->f_bsize; in put_compat_statfs64()
/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-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/alpha/kernel/ !
H A Dosf_sys.c239 int f_bsize; member
268 long f_bsize; member
311 tmp_stat.f_bsize = linux_stat->f_bsize; in linux_to_osf_statfs()
331 tmp_stat.f_bsize = linux_stat->f_bsize; in linux_to_osf_statfs64()
/linux/arch/x86/include/asm/ !
H A Dcompat.h65 int f_bsize; member
/linux/arch/arm64/include/asm/ !
H A Dcompat.h73 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/efs/ !
H A Dsuper.c354 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/9p/ !
H A Dvfs_super.c208 buf->f_bsize = rs.bsize; in v9fs_statfs()
/linux/fs/hostfs/ !
H A Dhostfs_user.c409 *bsize_out = buf.f_bsize; in do_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.c106 buf->f_bsize = sb->s_blocksize; in hfs_statfs()
/linux/fs/adfs/ !
H A Dsuper.c186 buf->f_bsize = sb->s_blocksize; in adfs_statfs()
/linux/fs/efivarfs/ !
H A Dsuper.c105 buf->f_bsize = 1; in efivarfs_statfs()
/linux/fs/smb/client/ !
H A Dcifssmb.c4957 FSData->f_bsize = in SMBOldQFSInfo()
4965 if (FSData->f_bsize < 512) in SMBOldQFSInfo()
4966 FSData->f_bsize = 4096; in SMBOldQFSInfo()
4975 FSData->f_bsize); in SMBOldQFSInfo()
5047 FSData->f_bsize = in CIFSSMBQFSInfo()
5055 if (FSData->f_bsize < 512) in CIFSSMBQFSInfo()
5056 FSData->f_bsize = 4096; in CIFSSMBQFSInfo()
5065 FSData->f_bsize); in CIFSSMBQFSInfo()
5433 FSData->f_bsize = in CIFSSMBQFSPosixInfo()
5439 if (FSData->f_bsize < 512) in CIFSSMBQFSPosixInfo()
[all …]
/linux/fs/romfs/ !
H A Dsuper.c406 buf->f_bsize = ROMBSIZE; in romfs_statfs()

123