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

/external/e2fsprogs/lib/ext2fs/
H A Dicount.c44 struct ext2_icount_el { struct
57 struct ext2_icount_el *list;
58 struct ext2_icount_el *last_lookup;
257 bytes = (size_t) (icount->size * sizeof(struct ext2_icount_el));
262 retval = ext2fs_get_array(icount->size, sizeof(struct ext2_icount_el),
301 static struct ext2_icount_el *insert_icount_el(ext2_icount_t icount,
304 struct ext2_icount_el *el;
324 sizeof(struct ext2_icount_el),
326 sizeof(struct ext2_icount_el),
337 sizeof(struct ext2_icount_el) * nu
[all...]

Completed in 38 milliseconds