Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/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()
269 kbuf->f_bsize | kbuf->f_frsize) & 0xffffffff00000000ULL) in put_compat_statfs()
282 buf.f_bsize = kbuf->f_bsize; in put_compat_statfs()
324 if ((kbuf->f_bsize | kbuf->f_frsize) & 0xffffffff00000000ULL) in put_compat_statfs64()
329 buf.f_bsize = kbuf->f_bsize; in put_compat_statfs64()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dstatfs.h25 __statfs_word f_bsize; member
48 __statfs_word f_bsize; member
71 __u32 f_bsize; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dstatfs.h25 __statfs_word f_bsize; member
48 __statfs_word f_bsize; member
71 __u32 f_bsize; member
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dstatfs.h25 __statfs_word f_bsize; member
48 __statfs_word f_bsize; member
71 __u32 f_bsize; member
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dbind.c147 if (stats.f_bsize <= 0) in cachefiles_daemon_add_cache()
151 if (stats.f_bsize > PAGE_SIZE) in cachefiles_daemon_add_cache()
154 cache->bsize = stats.f_bsize; in cachefiles_daemon_add_cache()
156 if (stats.f_bsize < PAGE_SIZE) in cachefiles_daemon_add_cache()
157 cache->bshift = PAGE_SHIFT - ilog2(stats.f_bsize); in cachefiles_daemon_add_cache()
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dstatfs.h23 unsigned int f_bsize; member
38 unsigned int f_bsize; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstatfs.h27 __fsword_t f_bsize; member
52 __fsword_t f_bsize; member
H A Dstatvfs.h31 unsigned long int f_bsize; member
60 unsigned long int f_bsize; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstatvfs.h31 unsigned long int f_bsize; member
60 unsigned long int f_bsize; member
H A Dstatfs.h50 __SWORD_TYPE f_bsize; member
69 __SWORD_TYPE f_bsize; member
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcompat.h128 u32 f_bsize; member
143 u32 f_bsize; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dstatfs.h10 long f_bsize; member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcompat.h73 int f_bsize; member
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcompat.h91 int f_bsize; member
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcompat.h103 int f_bsize; member
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dcompat.h75 s32 f_bsize; member
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcompat.h77 int f_bsize; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcompat.h78 int f_bsize; member
/OK3568_Linux_fs/kernel/fs/freevxfs/
H A Dvxfs_super.c106 bufp->f_bsize = dentry->d_sb->s_blocksize; in vxfs_statfs()
/OK3568_Linux_fs/kernel/fs/coda/
H A Dinode.c308 buf->f_bsize = 4096; in coda_statfs()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_super.c257 buf->f_bsize = rs.bsize; in v9fs_statfs()
/OK3568_Linux_fs/kernel/fs/efs/
H A Dsuper.c336 buf->f_bsize = EFS_BLOCKSIZE; /* blocksize */ in efs_statfs()
/OK3568_Linux_fs/kernel/fs/hostfs/
H A Dhostfs_user.c398 *bsize_out = buf.f_bsize; in do_statfs()

1234