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

/external/e2fsprogs/e2fsck/
H A Dea_refcount.c109 * insert_refcount_el() --- Insert a new entry into the sorted list at a
112 static struct ea_refcount_el *insert_refcount_el(ext2_refcount_t refcount, function
169 return insert_refcount_el(refcount, blk,
203 return insert_refcount_el(refcount, blk, low);

Completed in 58 milliseconds