/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/rust/crates/libc/src/fuchsia/ |
D | aarch64.rs | 20 pub st_blocks: ::blkcnt_t, 42 pub st_blocks: ::blkcnt_t,
|
D | x86_64.rs | 19 pub st_blocks: ::blkcnt_t, 40 pub st_blocks: ::blkcnt64_t,
|
/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/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
D | mod.rs | 37 pub st_blocks: ::blkcnt_t, 60 pub st_blocks: ::blkcnt64_t,
|
/external/strace/linux/x86_64/ |
D | asm_stat.h | 27 kernel_long_t st_blocks; member
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
D | b64.rs | 18 pub st_blocks: ::blkcnt_t, field
|
/external/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 37 pub st_blocks: ::c_ulonglong, 59 pub st_blocks: ::c_ulonglong,
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
D | b64.rs | 22 pub st_blocks: ::blkcnt_t, field
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
D | b64.rs | 22 pub st_blocks: ::blkcnt_t, field
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | x86.rs | 25 pub st_blocks: ::blkcnt_t,
|
D | powerpc64.rs | 25 pub st_blocks: ::blkcnt_t,
|
D | arm.rs | 28 pub st_blocks: ::blkcnt_t,
|
/external/mesa3d/src/util/ |
D | disk_cache_os.c | 368 return sb.st_blocks * 512; in unlink_lru_file_from_directory() 517 if (sb.st_blocks) in disk_cache_evict_item() 518 p_atomic_add(cache->size, - (uint64_t)sb.st_blocks * 512); in disk_cache_evict_item() 789 p_atomic_add(dc_job->cache->size, sb.st_blocks * 512); in disk_cache_write_item_to_disk()
|
/external/toybox/toys/posix/ |
D | ls.c | 154 len[6] = FLAG(s) ? print_with_h(tmp, st->st_blocks, 1024) : 0; in entrylen() 203 new->st.st_blocks >>= 1; // Use 1KiB blocks rather than 512B blocks. in filter() 323 blocks += sort[ul]->st.st_blocks; in listfiles() 404 print_with_h(tmp, st->st_blocks, 1024); in listfiles()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 72 pub st_blocks: ::blkcnt_t, 86 pub st_blocks: ::blkcnt_t,
|
/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/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/python/cpython3/Include/ |
D | symtable.h | 24 PyObject *st_blocks; /* dict: map AST node addresses member
|
/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/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()
|