Home
last modified time | relevance | path

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

1234

/openbmc/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
/openbmc/linux/fs/
H A Dstatfs.c68 buf->f_frsize = buf->f_bsize; in statfs_by_dentry()
136 st->f_bsize | st->f_frsize) & in do_statfs_native()
152 buf.f_bsize = st->f_bsize; in do_statfs_native()
176 buf.f_bsize = st->f_bsize; in do_statfs64()
272 kbuf->f_bsize | kbuf->f_frsize) & 0xffffffff00000000ULL) in put_compat_statfs()
285 buf.f_bsize = kbuf->f_bsize; in put_compat_statfs()
327 if ((kbuf->f_bsize | kbuf->f_frsize) & 0xffffffff00000000ULL) in put_compat_statfs64()
332 buf.f_bsize = kbuf->f_bsize; in put_compat_statfs64()
/openbmc/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
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dstatfs.h23 unsigned int f_bsize; member
38 unsigned int f_bsize; member
/openbmc/linux/arch/s390/include/asm/
H A Dcompat.h90 u32 f_bsize; member
105 u32 f_bsize; member
/openbmc/linux/fs/cachefiles/
H A Dcache.c87 if (stats.f_bsize <= 0) in cachefiles_add_cache()
91 if (stats.f_bsize > PAGE_SIZE) in cachefiles_add_cache()
94 cache->bsize = stats.f_bsize; in cachefiles_add_cache()
95 cache->bshift = ilog2(stats.f_bsize); in cachefiles_add_cache()
/openbmc/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()
/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c190 __put_user(host_statfs->f_bsize, &target_statfs->f_bsize); in h2t_freebsd11_statfs()
228 __put_user(host_statfs->f_bsize, &target_statfs->f_bsize); in h2t_freebsd_statfs()
/openbmc/linux/include/linux/
H A Dstatfs.h11 long f_bsize; member
/openbmc/linux/arch/x86/include/asm/
H A Dcompat.h65 int f_bsize; member
/openbmc/linux/arch/arm64/include/asm/
H A Dcompat.h73 int f_bsize; member
/openbmc/qemu/hw/9pfs/
H A D9p-proxy.h91 uint64_t f_bsize; member
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c240 int f_bsize; member
269 long f_bsize; member
312 tmp_stat.f_bsize = linux_stat->f_bsize; in linux_to_osf_statfs()
332 tmp_stat.f_bsize = linux_stat->f_bsize; in linux_to_osf_statfs64()
/openbmc/linux/arch/mips/include/asm/
H A Dcompat.h63 int f_bsize; member
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h331 uint64_t f_bsize; /* filesystem fragment size */ member
356 uint64_t f_bsize; /* filesystem fragment size */ member
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2102 abi_int f_bsize; member
2119 abi_long f_bsize; member
2137 abi_uint f_bsize; member
2156 abi_long f_bsize; member
2171 abi_long f_bsize; member
2186 abi_int f_bsize; member
2202 abi_int f_bsize; member
2217 abi_uint f_bsize; member
2232 abi_uint f_bsize; member
/openbmc/linux/include/asm-generic/
H A Dcompat.h94 compat_int_t f_bsize; member
/openbmc/qemu/util/
H A Dmmap-alloc.c72 return fs.f_bsize; in qemu_fd_getpagesize()
/openbmc/qemu/fsdev/
H A Dvirtfs-proxy-helper.c535 pr_stfs->f_bsize = stfs->f_bsize; in statfs_to_prstatfs()
594 pr_stfs.f_bsize, pr_stfs.f_blocks, in do_stat()
/openbmc/linux/fs/freevxfs/
H A Dvxfs_super.c81 bufp->f_bsize = dentry->d_sb->s_blocksize; in vxfs_statfs()
/openbmc/linux/fs/efivarfs/
H A Dsuper.c52 buf->f_bsize = 1; in efivarfs_statfs()
/openbmc/linux/fs/coda/
H A Dinode.c310 buf->f_bsize = 4096; in coda_statfs()
/openbmc/linux/fs/efs/
H A Dsuper.c336 buf->f_bsize = EFS_BLOCKSIZE; /* blocksize */ in efs_statfs()
/openbmc/linux/fs/9p/
H A Dvfs_super.c256 buf->f_bsize = rs.bsize; in v9fs_statfs()
/openbmc/linux/fs/hostfs/
H A Dhostfs_user.c399 *bsize_out = buf.f_bsize; in do_statfs()

1234