Home
last modified time | relevance | path

Searched refs:st_blocks (Results 1 – 25 of 33) sorted by relevance

12

/external/kernel-headers/original/uapi/asm-mips/asm/
Dstat.h41 long st_blocks; member
84 long long st_blocks; member
125 unsigned long st_blocks; member
/external/kernel-headers/original/uapi/asm-x86/asm/
Dstat.h19 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/
Dstat.h35 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/
Dstat.h40 unsigned long st_blocks; member
73 unsigned long long st_blocks; /* Number 512-byte blocks allocated. */ member
/external/strace/
Dfile.c111 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
Dprintstat.h69 (unsigned long long) statbuf->st_blocks); in DO_PRINTSTAT()
/external/strace/tests/
Dxstatx.c175 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/
Dfibmap.c47 st->st_blocks, st->st_blocks); in print_stat()
/external/toybox/toys/posix/
Dls.c154 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()
Ddu.c137 node->extra += node->st.st_blocks; in do_du()
/external/strace/linux/x32/
Dasm_stat.h23 kernel_long_t st_blocks; member
/external/valgrind/include/vki/
Dvki-s390x-linux.h413 unsigned long st_blocks; member
441 unsigned long st_blocks; /* Number 512-byte blocks allocated. */ member
470 long st_blocks; member
Dvki-tilegx-linux.h308 long st_blocks; /* Number 512-byte blocks allocated. */ member
331 long st_blocks; /* Number 512-byte blocks allocated. */ member
Dvki-ppc64-linux.h458 unsigned long st_blocks; member
485 long st_blocks; /* Number 512-byte blocks allocated. */ member
Dvki-ppc32-linux.h425 unsigned long st_blocks; member
448 long long st_blocks; member
Dvki-arm-linux.h338 unsigned long st_blocks; member
368 unsigned long st_blocks; /* Number 512-byte blocks allocated. */ member
Dvki-x86-linux.h376 unsigned long st_blocks; member
406 unsigned long st_blocks; /* Number 512-byte blocks allocated. */ member
Dvki-mips32-linux.h420 long st_blocks; member
463 long long st_blocks; member
Dvki-mips64-linux.h435 long long st_blocks; member
471 long long st_blocks; member
Dvki-arm64-linux.h311 long st_blocks; member
Dvki-amd64-linux.h338 long st_blocks; /* Number 512-byte blocks allocated. */ member
/external/toybox/toys/pending/
Dmke2fs.c172 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/
Dstat.c78 } else if (type == 'b') out('u', stat->st_blocks); in print_stat()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc185 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/
Daction.c2315 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)

12