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

/external/e2fsprogs/lib/ext2fs/
H A Dicount.c348 * get_icount_el() --- given an inode number, try to find icount
352 static struct ext2_icount_el *get_icount_el(ext2_icount_t icount, function
372 printf("Non-cursor get_icount_el: %u\n", ino);
419 el = get_icount_el(icount, ino, 1);
447 el = get_icount_el(icount, ino, 0);

Completed in 123 milliseconds