Searched refs:f_bsize (Results 1 - 25 of 72) sorted by relevance

123

/linux-master/arch/s390/include/uapi/asm/
H A Dstatfs.h23 unsigned int f_bsize; member in struct:statfs
38 unsigned int f_bsize; member in struct:statfs64
/linux-master/arch/mips/include/uapi/asm/
H A Dstatfs.h26 long f_bsize; member in struct:statfs
48 __u32 f_bsize; member in struct:statfs64
68 long f_bsize; member in struct:statfs64
85 __u32 f_bsize; member in struct:compat_statfs64
/linux-master/include/uapi/asm-generic/
H A Dstatfs.h25 __statfs_word f_bsize; member in struct:statfs
48 __statfs_word f_bsize; member in struct:statfs64
71 __u32 f_bsize; member in struct:compat_statfs64
/linux-master/fs/
H A Dstatfs.c68 buf->f_frsize = buf->f_bsize;
136 st->f_bsize | st->f_frsize) &
152 buf.f_bsize = st->f_bsize;
176 buf.f_bsize = st->f_bsize;
272 kbuf->f_bsize | kbuf->f_frsize) & 0xffffffff00000000ULL)
285 buf.f_bsize = kbuf->f_bsize;
327 if ((kbuf->f_bsize | kbu
[all...]
/linux-master/include/linux/
H A Dstatfs.h11 long f_bsize; member in struct:kstatfs
/linux-master/arch/s390/include/asm/
H A Dcompat.h90 u32 f_bsize; member in struct:compat_statfs
105 u32 f_bsize; member in struct:compat_statfs64
/linux-master/arch/x86/include/asm/
H A Dcompat.h65 int f_bsize; member in struct:compat_statfs
/linux-master/arch/arm64/include/asm/
H A Dcompat.h73 int f_bsize; member in struct:compat_statfs
/linux-master/fs/cachefiles/
H A Dcache.c87 if (stats.f_bsize <= 0)
91 if (stats.f_bsize > PAGE_SIZE)
94 cache->bsize = stats.f_bsize;
95 cache->bshift = ilog2(stats.f_bsize);
/linux-master/tools/testing/selftests/mm/
H A Dhugetlb-read-hwpoison.c284 status = test_hugetlb_read(fd, file_stat.f_bsize,
296 status = test_hugetlb_read_hwpoison(fd, file_stat.f_bsize,
308 status = test_hugetlb_read_hwpoison(fd, file_stat.f_bsize,
/linux-master/arch/mips/include/asm/
H A Dcompat.h63 int f_bsize; member in struct:compat_statfs
/linux-master/include/asm-generic/
H A Dcompat.h94 compat_int_t f_bsize; member in struct:compat_statfs
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c240 int f_bsize; member in struct:osf_statfs
269 long f_bsize; member in struct:osf_statfs64
312 tmp_stat.f_bsize = linux_stat->f_bsize;
332 tmp_stat.f_bsize = linux_stat->f_bsize;
/linux-master/fs/freevxfs/
H A Dvxfs_super.c82 bufp->f_bsize = dentry->d_sb->s_blocksize;
/linux-master/fs/9p/
H A Dvfs_super.c229 buf->f_bsize = rs.bsize;
/linux-master/fs/hostfs/
H A Dhostfs_user.c399 *bsize_out = buf.f_bsize;
/linux-master/fs/efivarfs/
H A Dsuper.c84 * size; we declare f_bsize to 1, so that we can then report the exact value
87 buf->f_bsize = 1;
/linux-master/fs/coda/
H A Dinode.c336 buf->f_bsize = 4096;
/linux-master/fs/sysv/
H A Dinode.c95 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/efs/
H A Dsuper.c391 buf->f_bsize = EFS_BLOCKSIZE; /* blocksize */
/linux-master/fs/hfs/
H A Dsuper.c101 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/qnx4/
H A Dinode.c141 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/adfs/
H A Dsuper.c211 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/vboxsf/
H A Dsuper.c301 stat->f_bsize = shfl_volinfo.bytes_per_allocation_unit;
/linux-master/fs/nfsd/
H A Dnfsxdr.c544 *p++ = cpu_to_be32(stat->f_bsize);

Completed in 289 milliseconds

123