/glibc-2.36/sysdeps/mach/hurd/ |
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()
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
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()
|
D | kernel_stat.h | 30 unsigned long long st_blocks; member 53 long int st_blocks; member
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
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()
|
D | fstatat.c | 35 || ! in_blkcnt_t_range (st64.st_blocks) in __fstatat() 53 buf->st_blocks = st64.st_blocks; in __fstatat()
|
D | fstatat64.c | 76 .st_blocks = tmp.stx_blocks, in fstatat64_time64_statx() 133 buf->st_blocks = st64.st_blocks; in fstatat64_time64_stat()
|
D | stat_t64_cp.c | 49 st64->st_blocks = st64_t64->st_blocks; in __cp_stat64_t64_stat64()
|
/glibc-2.36/support/ |
D | support_descriptor_supports_holes.c | 49 if (st.st_blocks > block_headroom) in support_descriptor_supports_holes() 51 fd, (long long int) st.st_blocks); in support_descriptor_supports_holes() 67 unsigned long long int block_limit = 2 * st.st_blocks + block_headroom; in support_descriptor_supports_holes() 75 bool supports_holes = st.st_blocks <= block_limit; in support_descriptor_supports_holes() 82 supports_holes = supports_holes && st.st_blocks <= block_limit; in support_descriptor_supports_holes()
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
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. */ 181 __blkcnt_t st_blocks; 183 __blkcnt64_t st_blocks; 225 __blkcnt64_t st_blocks;
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/ |
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
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
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()
|
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
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/ |
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()
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/bits/ |
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. */
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/ |
D | xstatconv.c | 53 buf->st_blocks = kbuf->st_blocks; in __xstat_conv() 103 buf->st_blocks = kbuf->st_blocks; in __xstat32_conv()
|
D | kernel_stat.h | 19 long int st_blocks; member 39 long int st_blocks; member
|
D | kstat_cp.h | 35 st64->st_blocks = kst64->st_blocks; in __cp_stat64_kstat64()
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/bits/ |
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. */
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
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
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
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. */
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
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. */
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/bits/ |
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. */
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/bits/ |
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. */
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
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
|
/glibc-2.36/io/ |
D | test-stat.c | 58 assert (offsetof (struct stat, st_blocks) in do_test() 59 == offsetof (struct stat64, st_blocks)); in do_test()
|