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

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

Completed in 107 milliseconds