Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/quota/
Dquotaio_tree.c61 static void read_blk(struct quota_handle *h, uint blk, dqbuf_t buf) in read_blk() function
100 read_blk(h, blk, buf); in get_free_dqblk()
145 read_blk(h, nextblk, tmpbuf); in remove_free_dqentry()
151 read_blk(h, prevblk, tmpbuf); in remove_free_dqentry()
179 read_blk(h, info->dqi_free_entry, tmpbuf); in insert_free_dqentry()
209 read_blk(h, blk, buf); in find_free_dqentry()
270 read_blk(h, *treeblk, buf); in do_insert_tree()
363 read_blk(h, blk, buf); in free_dqentry()
399 read_blk(h, *blk, buf); in remove_tree()
449 read_blk(h, blk, buf); in find_block_dqentry()
[all …]
/external/e2fsprogs/lib/ext2fs/
Dext2_io.h77 errcode_t (*read_blk)(io_channel channel, unsigned long block, member
105 #define io_channel_read_blk(c,b,n,d) ((c)->manager->read_blk((c),b,n,d))
Dtest_io.c57 void (*read_blk)(unsigned long block, int count, errcode_t err); member
228 data->read_blk = test_io_cb_read_blk; in test_open()
332 if (data->read_blk) in test_read_blk()
333 data->read_blk(block, count, retval); in test_read_blk()
Dio_manager.c83 return (channel->manager->read_blk)(channel, (unsigned long) block, in io_channel_read_blk64()