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.c442 static struct unix_cache *find_cached_block(struct unix_private_data *data, in find_cached_block() function
859 if ((cache = find_cached_block(data, block, &reuse[0]))) { in unix_read_blk64()
890 if (find_cached_block(data, block+i, &reuse[i])) in unix_read_blk64()
954 cache = find_cached_block(data, block, &reuse); in unix_write_blk64()