/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/strace/ |
D | file.c | 111 unsigned int st_blocks; member 133 unsigned int st_blocks; member 161 unsigned int st_blocks; member 204 unsigned int st_blocks; member 292 unsigned long long st_blocks; member
|
D | printstat.h | 69 (unsigned long long) statbuf->st_blocks); in DO_PRINTSTAT()
|
/external/strace/tests/ |
D | xstatx.c | 175 printf(", st_blocks=%u", (unsigned int) st->st_blocks); in print_stat() 302 STRUCT_STAT_STR, offsetof(STRUCT_STAT, st_blocks), in main() 303 sizeof(st[0].st_blocks)); in main()
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 47 st->st_blocks, st->st_blocks); in print_stat()
|
/external/toybox/toys/posix/ |
D | ls.c | 154 len[6] = (flags & FLAG_s) ? numlen(st->st_blocks) : 0; in entrylen() 219 if (flags & FLAG_k) new->st.st_blocks = (new->st.st_blocks + 1) / 2; in filter() 354 blocks += sort[ul]->st.st_blocks; in listfiles() 427 xprintf("%*lu ", totals[6], (unsigned long)st->st_blocks); in listfiles()
|
D | du.c | 137 node->extra += node->st.st_blocks; in do_du()
|
/external/strace/linux/x32/ |
D | asm_stat.h | 23 kernel_long_t st_blocks; member
|
/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-ppc64-linux.h | 458 unsigned long st_blocks; member 485 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-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
|
D | vki-arm64-linux.h | 311 long st_blocks; member
|
D | vki-amd64-linux.h | 338 long st_blocks; /* Number 512-byte blocks allocated. */ 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/other/ |
D | stat.c | 78 } else if (type == 'b') out('u', stat->st_blocks); in print_stat()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 185 out->st_blocks = in->st_blocks; in stat64_to_stat() 205 out->st_blocks = in->st_blocks; in kernel_stat_to_stat()
|
/external/squashfs-tools/squashfs-tools/ |
D | action.c | 2315 TEST_VAR_FN(fileblocks, ACTION_REG, action_data->buf->st_blocks) 2317 TEST_VAR_FN(dirblocks, ACTION_DIR, action_data->buf->st_blocks) 2319 TEST_VAR_FN(blocks, ACTION_ALL_LNK, action_data->buf->st_blocks) 2335 TEST_VAR_RANGE_FN(fileblocks, ACTION_REG, action_data->buf->st_blocks) 2337 TEST_VAR_RANGE_FN(dirblocks, ACTION_DIR, action_data->buf->st_blocks) 2339 TEST_VAR_RANGE_FN(blocks, ACTION_ALL_LNK, action_data->buf->st_blocks)
|