/sysdeps/mach/hurd/ |
A D | statconv.c | 28 && sizeof buf->st_blocks == sizeof buf64->st_blocks) in stat64_conv() 48 buf->st_blocks = buf64->st_blocks; in stat64_conv() 56 || (sizeof buf->st_blocks != sizeof buf64->st_blocks in stat64_conv() 57 && buf->st_blocks != buf64->st_blocks)) in stat64_conv()
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | kernel_stat.h | 16 int st_blocks; member 28 unsigned long st_blocks; member 61 int st_blocks; member 80 __blkcnt64_t st_blocks; member
|
A D | xstatconv.c | 51 buf->st_blocks = kbuf->st_blocks; in __xstat_conv() 72 buf->st_blocks = kbuf->st_blocks; in __xstat_conv() 92 buf->st_blocks = kbuf->st_blocks; in __xstat_conv()
|
/sysdeps/unix/sysv/linux/mips/ |
A D | xstatconv.c | 72 buf->st_blocks = kbuf->st_blocks; in __xstat_conv() 74 if (buf->st_blocks != kbuf->st_blocks) in __xstat_conv() 115 buf->st_blocks = kbuf->st_blocks; in __xstat64_conv() 181 buf->st_blocks = kbuf->st_blocks; in __xstat32_conv() 183 if (buf->st_blocks != kbuf->st_blocks) in __xstat32_conv()
|
A D | kernel_stat.h | 30 unsigned long long st_blocks; member 53 long int st_blocks; member
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | struct_stat.h | 79 __blkcnt_t st_blocks; /* Number of 512-byte blocks allocated. */ 82 __blkcnt64_t st_blocks; /* Number of 512-byte blocks allocated. */ 124 __blkcnt64_t st_blocks; /* Number of 512-byte blocks allocated. */ 178 __blkcnt_t st_blocks; member 180 __blkcnt64_t st_blocks; member 218 __blkcnt64_t st_blocks; member
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | kstat_cp.h | 27 || ! in_blkcnt_t_range (kst->st_blocks)) in __cp_kstat_stat() 48 st->st_blocks = kst->st_blocks; in __cp_kstat_stat() 66 st->st_blocks = kst->st_blocks; in __cp_kstat_stat64_t64()
|
/sysdeps/unix/sysv/linux/powerpc/bits/ |
A D | struct_stat.h | 55 __blkcnt_t st_blocks; /* Number 512-byte blocks allocated. */ 57 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */ 101 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */ 153 __blkcnt_t st_blocks; /* Number 512-byte blocks allocated. */ member 155 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */ member 196 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */ member
|
/sysdeps/unix/sysv/linux/ |
A D | xstatconv.c | 62 buf->st_blocks = kbuf->st_blocks; in __xstat_conv() 132 buf->st_blocks = kbuf->st_blocks; in __xstat64_conv() 205 buf->st_blocks = kbuf->st_blocks; in __xstat32_conv() 207 if (sizeof (buf->st_blocks) != sizeof (kbuf->st_blocks) in __xstat32_conv() 208 && buf->st_blocks != kbuf->st_blocks) in __xstat32_conv()
|
A D | fstatat.c | 35 || ! in_blkcnt_t_range (st64.st_blocks) in __fstatat() 53 buf->st_blocks = st64.st_blocks; in __fstatat()
|
A D | stat_t64_cp.c | 49 st64->st_blocks = st64_t64->st_blocks; in __cp_stat64_t64_stat64()
|
/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | kernel_stat.h | 19 long int st_blocks; member 39 long int st_blocks; member
|
A D | xstatconv.c | 53 buf->st_blocks = kbuf->st_blocks; in __xstat_conv() 103 buf->st_blocks = kbuf->st_blocks; in __xstat32_conv()
|
A D | kstat_cp.h | 35 st64->st_blocks = kst64->st_blocks; in __cp_stat64_kstat64()
|
/sysdeps/unix/sysv/linux/s390/bits/ |
A D | struct_stat.h | 62 __blkcnt_t st_blocks; /* Nr. 512-byte blocks allocated. */ member 92 __blkcnt_t st_blocks; /* Number 512-byte blocks allocated. */ 94 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */ 163 __blkcnt64_t st_blocks; /* Nr. 512-byte blocks allocated. */ member 185 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | struct_stat.h | 38 __blkcnt64_t st_blocks; /* Nr. 512-byte blocks allocated. */ member 40 __blkcnt_t st_blocks; /* Nr. 512-byte blocks allocated. */ member 81 __blkcnt64_t st_blocks; /* Nr. 512-byte blocks allocated. */ member
|
/sysdeps/unix/sysv/linux/bits/ |
A D | struct_stat.h | 55 __blkcnt_t st_blocks; /* Number 512-byte blocks allocated. */ 57 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */ 108 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */
|
/sysdeps/unix/sysv/linux/m68k/bits/ |
A D | struct_stat.h | 52 __blkcnt_t st_blocks; /* Number 512-byte blocks allocated. */ 54 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */ 105 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | struct_stat.h | 55 __blkcnt_t st_blocks; /* Number 512-byte blocks allocated. */ 57 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */ 105 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */
|
/sysdeps/unix/sysv/linux/x86/bits/ |
A D | struct_stat.h | 63 __blkcnt_t st_blocks; /* Number 512-byte blocks allocated. */ 65 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */ 131 __blkcnt64_t st_blocks; /* Nr. 512-byte blocks allocated. */
|
/sysdeps/unix/sysv/linux/microblaze/bits/ |
A D | struct_stat.h | 43 __blkcnt_t st_blocks; /* Number 512-byte blocks allocated. */ 91 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */ 136 __blkcnt64_t st_blocks; /* Number 512-byte blocks allocated. */
|
/sysdeps/mach/hurd/bits/ |
A D | stat.h | 85 __blkcnt_t st_blocks; /* Number of 512-byte blocks allocated. member 88 __blkcnt64_t st_blocks; /* Number of 512-byte blocks allocated. member 145 __blkcnt64_t st_blocks; /* Number of 512-byte blocks allocated. member
|
/sysdeps/unix/sysv/linux/ia64/bits/ |
A D | struct_stat.h | 59 __blkcnt_t st_blocks; /* Nr. 512-byte blocks allocated. */ member 98 __blkcnt64_t st_blocks; /* Nr. 512-byte blocks allocated. */ member
|
/sysdeps/unix/sysv/linux/powerpc/powerpc32/ |
A D | kernel_stat.h | 30 unsigned long int st_blocks; member
|
/sysdeps/unix/sysv/linux/sparc/sparc32/ |
A D | kernel_stat.h | 16 long int st_blocks; member
|