/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | stat.h | 41 long st_blocks; member 84 long long st_blocks; member 125 unsigned long st_blocks; member
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | stat.h | 19 unsigned long st_blocks; member 60 unsigned long long st_blocks; member 94 __kernel_long_t st_blocks; /* Number 512-byte blocks allocated. */ member
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | stat.h | 35 long st_blocks; /* Number 512-byte blocks allocated. */ member 60 long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | stat.h | 40 unsigned long st_blocks; member 73 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 47 st->st_blocks, st->st_blocks); in print_stat()
|
/external/strace/mpers-mx32/ |
D | struct_stat.h | 15 int64_t st_blocks; member
|
/external/strace/mpers-m32/ |
D | struct_stat.h | 14 uint32_t st_blocks; member
|
D | struct_stat64.h | 16 uint64_t st_blocks; member
|
/external/strace/linux/x86_64/ |
D | asm_stat.h | 27 kernel_long_t st_blocks; member
|
/external/strace/tests-mx32/ |
D | xstatx.c | 172 printf(", st_blocks=%llu", zero_extend_signed_to_ull(st->st_blocks)); in print_stat() 303 LOG_STAT_OFFSETOF_SIZEOF(st[0], st_blocks); in main()
|
/external/strace/tests/ |
D | xstatx.c | 172 printf(", st_blocks=%llu", zero_extend_signed_to_ull(st->st_blocks)); in print_stat() 303 LOG_STAT_OFFSETOF_SIZEOF(st[0], st_blocks); in main()
|
/external/strace/tests-m32/ |
D | xstatx.c | 172 printf(", st_blocks=%llu", zero_extend_signed_to_ull(st->st_blocks)); in print_stat() 303 LOG_STAT_OFFSETOF_SIZEOF(st[0], st_blocks); in main()
|
/external/valgrind/include/vki/ |
D | vki-s390x-linux.h | 413 unsigned long st_blocks; member 441 unsigned long st_blocks; /* Number 512-byte blocks allocated. */ member 470 long st_blocks; member
|
D | vki-tilegx-linux.h | 308 long st_blocks; /* Number 512-byte blocks allocated. */ member 331 long st_blocks; /* Number 512-byte blocks allocated. */ member
|
D | vki-ppc32-linux.h | 425 unsigned long st_blocks; member 448 long long st_blocks; member
|
D | vki-ppc64-linux.h | 458 unsigned long st_blocks; member 485 long st_blocks; /* Number 512-byte blocks allocated. */ member
|
D | vki-arm-linux.h | 338 unsigned long st_blocks; member 368 unsigned long st_blocks; /* Number 512-byte blocks allocated. */ member
|
D | vki-x86-linux.h | 376 unsigned long st_blocks; member 406 unsigned long st_blocks; /* Number 512-byte blocks allocated. */ member
|
D | vki-mips32-linux.h | 420 long st_blocks; member 463 long long st_blocks; member
|
D | vki-mips64-linux.h | 435 long long st_blocks; member 471 long long st_blocks; member
|
/external/toybox/toys/pending/ |
D | mke2fs.c | 172 that->st.st_blocks = check_treesize(that->child, &that->st.st_size); in check_treesize() 174 that->st.st_blocks = file_blocks_used(that->st.st_size, 0); in check_treesize() 175 TT.treeblocks += that->st.st_blocks; in check_treesize() 401 in->blocks = SWAP_LE32(that->st.st_blocks); in fill_inode()
|
/external/toybox/toys/posix/ |
D | ls.c | 155 len[6] = (flags & FLAG_s) ? print_with_h(tmp, st->st_blocks, 512) : 0; in entrylen() 220 new->st.st_blocks >>= 1; in filter() 352 blocks += sort[ul]->st.st_blocks; in listfiles() 424 print_with_h(tmp, st->st_blocks, 512); in listfiles()
|
D | du.c | 141 blocks = node->st.st_blocks + (unsigned long)node->extra; in do_du()
|
/external/strace/ |
D | fetch_struct_stat64.c | 83 dst->blocks = zero_extend_signed_to_ull(buf.st_blocks); in MPERS_PRINTER_DECL()
|
D | fetch_struct_stat.c | 85 dst->blocks = zero_extend_signed_to_ull(buf.st_blocks); in MPERS_PRINTER_DECL()
|