Home
last modified time | relevance | path

Searched refs:total_blocks (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Defs_fs_sb.h53 __u32 total_blocks; /* total number of blocks in filesystem */ member
Dncp.h50 __u32 total_blocks; member
/external/e2fsprogs/lib/blkid/
Dprobe.h576 __u32 total_blocks; member
593 __u32 total_blocks; member
/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c1164 UINT16 total_blocks = p_cc[2] * 2 + T2T_FIRST_DATA_BLOCK; in rw_t2t_write_ndef_first_block() local
1201 while (p_t2t->work_offset == 0 && block < total_blocks) in rw_t2t_write_ndef_first_block()
1269 UINT16 total_blocks = p_cc[2] * 2 + T2T_FIRST_DATA_BLOCK; in rw_t2t_write_ndef_next_block() local
1286 while (p_t2t->work_offset == initial_offset && block < total_blocks) in rw_t2t_write_ndef_next_block()
1330 while (p_t2t->work_offset == initial_offset && block < total_blocks) in rw_t2t_write_ndef_next_block()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c78 unsigned int total_blocks = 0, total_files = 0, total_inodes = 0; variable
1518 total_blocks += (i->data + in pre_scan()
2165 total_files + total_blocks, columns); in progress_thread()
2362 total_inodes - total_files + total_blocks, columns); in disable_progress_bar()
2798 total_inodes - total_files + total_blocks); in main()