/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | stat.h | 42 long st_blocks; member 85 long long st_blocks; member 126 unsigned long st_blocks; member
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | stat.h | 20 unsigned long st_blocks; member 61 unsigned long long st_blocks; member 95 __kernel_long_t st_blocks; /* Number 512-byte blocks allocated. */ member
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | stat.h | 36 long st_blocks; /* Number 512-byte blocks allocated. */ member 61 long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | stat.h | 41 unsigned long st_blocks; member 74 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ member
|
/external/f2fs-tools/tools/ |
D | check_f2fs.c | 117 if ((long long)sb.st_size / 512 != (long long)sb.st_blocks) { in test_bad_write_call() 119 (long long)sb.st_size, (long long)sb.st_blocks); in test_bad_write_call()
|
D | fibmap.c | 85 (u64)st->st_blocks, (u64)st->st_blocks); in print_stat()
|
/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-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-mips64-linux.h | 435 long long st_blocks; member 471 long long st_blocks; member
|
D | vki-mips32-linux.h | 420 long st_blocks; member 463 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/strace/linux/x86_64/ |
D | asm_stat.h | 27 kernel_long_t st_blocks; member
|
/external/toybox/toys/posix/ |
D | ls.c | 164 len[6] = (flags & FLAG_s) ? print_with_h(tmp, st->st_blocks, 512) : 0; in entrylen() 229 new->st.st_blocks >>= 1; in filter() 361 blocks += sort[ul]->st.st_blocks; in listfiles() 434 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/python/cpython3/Include/ |
D | symtable.h | 23 PyObject *st_blocks; /* dict: map AST node addresses member
|
/external/strace/tests-mx32/ |
D | xstatx.c | 161 printf(", st_blocks=%llu", zero_extend_signed_to_ull(st->st_blocks)); in print_stat() 380 LOG_STAT_OFFSETOF_SIZEOF(*st, st_blocks); in main()
|
/external/strace/tests/ |
D | xstatx.c | 161 printf(", st_blocks=%llu", zero_extend_signed_to_ull(st->st_blocks)); in print_stat() 380 LOG_STAT_OFFSETOF_SIZEOF(*st, st_blocks); in main()
|
/external/strace/tests-m32/ |
D | xstatx.c | 161 printf(", st_blocks=%llu", zero_extend_signed_to_ull(st->st_blocks)); in print_stat() 380 LOG_STAT_OFFSETOF_SIZEOF(*st, st_blocks); in main()
|
/external/strace/ |
D | fetch_struct_stat64.c | 86 dst->blocks = zero_extend_signed_to_ull(buf.st_blocks); in MPERS_PRINTER_DECL()
|
D | fetch_struct_stat.c | 88 dst->blocks = zero_extend_signed_to_ull(buf.st_blocks); in MPERS_PRINTER_DECL()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 196 out->st_blocks = in->st_blocks; in stat64_to_stat() 216 out->st_blocks = in->st_blocks; in kernel_stat_to_stat()
|
/external/toybox/toys/other/ |
D | stat.c | 87 } else if (type == 'b') out('u', stat->st_blocks); in print_stat()
|