Searched defs:get_refcount_el (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dea_refcount.c150 * get_refcount_el() --- given an block number, try to find refcount
154 static struct ea_refcount_el *get_refcount_el(ext2_refcount_t refcount, function
180 printf("Non-cursor get_refcount_el: %u\n", blk);
213 el = get_refcount_el(refcount, blk, 0);
226 el = get_refcount_el(refcount, blk, 1);
240 el = get_refcount_el(refcount, blk, 0);
258 el = get_refcount_el(refcount, blk, count ? 1 : 0);

Completed in 98 milliseconds