HomeSort by relevance Sort by last modified time
    Searched full:get_refcount_el (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/e2fsck/
ea_refcount.c 150 * 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 42 milliseconds