Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dunix_io.c371 static struct unix_cache *find_cached_block(struct unix_private_data *data, in find_cached_block() function
769 if ((cache = find_cached_block(data, block, &reuse[0]))) { in unix_read_blk64()
800 if (find_cached_block(data, block+i, &reuse[i])) in unix_read_blk64()
864 cache = find_cached_block(data, block, &reuse); in unix_write_blk64()