Searched refs:f_bsize (Results 1 – 8 of 8) sorted by relevance
19 __statfs_word f_bsize; member36 __statfs_word f_bsize; member53 __u32 f_bsize; member
21 dst->f_bsize = src->f_bsize; in __bionic_statfs_to_statvfs()
108 return s.f_bsize; in __pathconf()
45 uint64_t f_bsize; \61 uint32_t f_bsize; \
32 unsigned long f_bsize; \
35 STRUCT_MEMBER(struct statvfs, unsigned long, f_bsize); in sys_statvfs_h()
28 EXPECT_EQ(getpagesize(), static_cast<int>(sb.f_bsize)); in Check()
30 EXPECT_EQ(getpagesize(), static_cast<int>(sb.f_bsize)); in Check()