/external/u-boot/include/linux/ |
D | stat.h | 57 unsigned long st_blocks; /* file size in # of blocks */ member 85 unsigned long st_blocks; member 123 long st_blocks; member 141 unsigned long st_blocks; member
|
/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/strace/linux/x86_64/ |
D | asm_stat.h | 27 kernel_long_t st_blocks; member
|
/external/toybox/toys/posix/ |
D | ls.c | 155 len[6] = (flags & FLAG_s) ? print_with_h(tmp, st->st_blocks, 512) : 0; in entrylen() 222 new->st.st_blocks >>= 1; in filter() 354 blocks += sort[ul]->st.st_blocks; in listfiles() 427 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/toybox/toys/pending/ |
D | mke2fs.c | 308 that->st.st_blocks = check_treesize(that->child, &that->st.st_size); in check_treesize() 310 that->st.st_blocks = file_blocks_used(that->st.st_size, 0); in check_treesize() 311 TT.treeblocks += that->st.st_blocks; in check_treesize() 537 in->blocks = SWAP_LE32(that->st.st_blocks); in fill_inode()
|
/external/python/cpython3/Include/ |
D | symtable.h | 23 PyObject *st_blocks; /* dict: map AST node addresses member
|
/external/strace/tests-mx32/ |
D | xstatx.c | 165 printf(", st_blocks=%llu", zero_extend_signed_to_ull(st->st_blocks)); in print_stat() 384 LOG_STAT_OFFSETOF_SIZEOF(*st, st_blocks); in main()
|
/external/strace/tests-m32/ |
D | xstatx.c | 165 printf(", st_blocks=%llu", zero_extend_signed_to_ull(st->st_blocks)); in print_stat() 384 LOG_STAT_OFFSETOF_SIZEOF(*st, st_blocks); in main()
|
/external/strace/tests/ |
D | xstatx.c | 165 printf(", st_blocks=%llu", zero_extend_signed_to_ull(st->st_blocks)); in print_stat() 384 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/mesa3d/src/util/ |
D | disk_cache.c | 567 return sb.st_blocks * 512; in unlink_lru_file_from_directory() 672 if (sb.st_blocks) in disk_cache_remove() 673 p_atomic_add(cache->size, - (uint64_t)sb.st_blocks * 512); in disk_cache_remove() 980 p_atomic_add(dc_job->cache->size, sb.st_blocks * 512); in cache_put()
|
/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/u-boot/fs/yaffs2/ |
D | yaffsfs.h | 59 unsigned long st_blocks; /* number of blocks allocated */ member
|
/external/toybox/toys/other/ |
D | stat.c | 83 } else if (type == 'b') out('u', stat->st_blocks); in print_stat()
|
/external/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate04.c | 64 return file_stat.st_blocks * 512; in get_allocsize()
|
/external/python/cpython3/Python/ |
D | symtable.c | 93 if (PyDict_SetItem(st->st_blocks, ste->ste_id, (PyObject *)ste) < 0) in ste_new() 224 st->st_blocks = NULL; in symtable_new() 228 if ((st->st_blocks = PyDict_New()) == NULL) in symtable_new() 345 Py_XDECREF(st->st_blocks); in PySymtable_Free() 358 v = PyDict_GetItem(st->st_blocks, k); in PySymtable_Lookup()
|
/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)
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 342 unsigned long long st_blocks; member 356 long long st_blocks; member 379 unsigned long long st_blocks; member 409 unsigned st_blocks; member 431 int64_t st_blocks; member 451 unsigned long st_blocks; member 481 int st_blocks; member 497 long st_blocks; member
|