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

/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c355 static struct unix_cache *find_cached_block(struct unix_private_data *data, function
720 if ((cache = find_cached_block(data, block, &reuse[0]))) {
751 if (find_cached_block(data, block+i, &reuse[i]))
815 cache = find_cached_block(data, block, &reuse);

Completed in 54 milliseconds