Home
last modified time | relevance | path

Searched refs:f_bsize (Results 1 – 25 of 60) 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/fs/
H A Dstatfs.c68 buf->f_frsize = buf->f_bsize; in statfs_by_dentry()
134 st->f_bsize | st->f_frsize) & in do_statfs_native()
150 buf.f_bsize = st->f_bsize; in do_statfs_native()
174 buf.f_bsize = st->f_bsize; in do_statfs64()
270 kbuf->f_bsize | kbuf->f_frsize) & 0xffffffff00000000ULL) in put_compat_statfs()
283 buf.f_bsize = kbuf->f_bsize; in put_compat_statfs()
325 if ((kbuf->f_bsize | kbuf->f_frsize) & 0xffffffff00000000ULL) in put_compat_statfs64()
330 buf.f_bsize = kbuf->f_bsize; in put_compat_statfs64()
/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/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/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.c231 buf->f_bsize = rs.bsize; in v9fs_statfs()
/linux/fs/coda/
H A Dinode.c353 buf->f_bsize = 4096; in coda_statfs()
/linux/fs/qnx4/
H A Dinode.c141 buf->f_bsize = sb->s_blocksize; in qnx4_statfs()
/linux/fs/vboxsf/
H A Dsuper.c293 stat->f_bsize = shfl_volinfo.bytes_per_allocation_unit; in vboxsf_statfs()
/linux/fs/hfs/
H A Dsuper.c103 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.c4683 FSData->f_bsize = in SMBOldQFSInfo()
4691 if (FSData->f_bsize < 512) in SMBOldQFSInfo()
4692 FSData->f_bsize = 4096; in SMBOldQFSInfo()
4701 FSData->f_bsize); in SMBOldQFSInfo()
4770 FSData->f_bsize = in CIFSSMBQFSInfo()
4778 if (FSData->f_bsize < 512) in CIFSSMBQFSInfo()
4779 FSData->f_bsize = 4096; in CIFSSMBQFSInfo()
4788 FSData->f_bsize); in CIFSSMBQFSInfo()
5142 FSData->f_bsize = in CIFSSMBQFSPosixInfo()
5148 if (FSData->f_bsize < 512) in CIFSSMBQFSPosixInfo()
[all …]
/linux/fs/romfs/
H A Dsuper.c406 buf->f_bsize = ROMBSIZE; in romfs_statfs()
/linux/fs/orangefs/
H A Dsuper.c185 buf->f_bsize = new_op->downcall.resp.statfs.block_size; in orangefs_statfs()

123