Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dinternal_statvfs.c33 buf->f_bsize = fsbuf->f_bsize; in __internal_statvfs()
36 buf->f_frsize = fsbuf->f_frsize ?: fsbuf->f_bsize; in __internal_statvfs()
75 buf->f_bsize = fsbuf->f_bsize; in __internal_statvfs64()
78 buf->f_frsize = fsbuf->f_frsize ?: fsbuf->f_bsize; in __internal_statvfs64()
A Dstatfs.c34 buf->f_bsize = buf64.f_bsize; in __statfs()
A Dfstatfs.c36 buf->f_bsize = buf64.f_bsize; in __fstatfs()
/sysdeps/posix/
A Dposix_fallocate.c84 if (f.f_bsize == 0) in posix_fallocate()
86 else if (f.f_bsize < 4096) in posix_fallocate()
87 increment = f.f_bsize; in posix_fallocate()
A Dposix_fallocate64.c84 if (f.f_bsize == 0) in __posix_fallocate64_l64()
86 else if (f.f_bsize < 4096) in __posix_fallocate64_l64()
87 increment = f.f_bsize; in __posix_fallocate64_l64()
A Dpathconf.c185 return sv.f_bsize; in __pathconf()
A Dfpathconf.c187 return sv.f_bsize; in __fpathconf()
/sysdeps/unix/sysv/linux/s390/bits/
A Dstatfs.h27 unsigned int f_bsize; member
52 unsigned int f_bsize; member
/sysdeps/unix/sysv/linux/alpha/bits/
A Dstatfs.h27 int f_bsize; member
52 int f_bsize; member
/sysdeps/unix/sysv/linux/mips/bits/
A Dstatfs.h28 long int f_bsize; member
56 long int f_bsize; member
/sysdeps/mach/hurd/bits/
A Dstatfs.h40 unsigned long int f_bsize; member
70 unsigned long int f_bsize; member
A Dstatvfs.h33 unsigned long int f_bsize; member
63 unsigned long int f_bsize; member
/sysdeps/unix/sysv/linux/bits/
A Dstatfs.h27 __fsword_t f_bsize; member
52 __fsword_t f_bsize; member
A Dstatvfs.h31 unsigned long int f_bsize; member
60 unsigned long int f_bsize; member
/sysdeps/unix/sysv/linux/alpha/
A Dfstatfs64.c36 buf->f_bsize = buf32.f_bsize; in __fstatfs64()
A Dstatfs64.c36 buf->f_bsize = buf32.f_bsize; in __statfs64()
/sysdeps/unix/sysv/linux/csky/bits/
A Dstatfs.h39 __SWORD_TYPE f_bsize; member
58 __SWORD_TYPE f_bsize; member
/sysdeps/unix/sysv/linux/nios2/bits/
A Dstatfs.h39 __SWORD_TYPE f_bsize; member
58 __SWORD_TYPE f_bsize; member
/sysdeps/mach/hurd/
A Dstatfsconv.c34 DO (f_bsize); in statfs64_conv()

Completed in 13 milliseconds