Searched refs:read_blk (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/support/ |
D | quotaio_tree.c | 62 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk() function 101 read_blk(h, blk, buf); in get_free_dqblk() 148 read_blk(h, nextblk, tmpbuf); in remove_free_dqentry() 154 read_blk(h, prevblk, tmpbuf); in remove_free_dqentry() 183 read_blk(h, info->dqi_free_entry, tmpbuf); in insert_free_dqentry() 213 read_blk(h, blk, buf); in find_free_dqentry() 274 read_blk(h, *treeblk, buf); in do_insert_tree() 370 read_blk(h, blk, buf); in free_dqentry() 406 read_blk(h, *blk, buf); in remove_tree() 456 read_blk(h, blk, buf); in find_block_dqentry() [all …]
|
/external/f2fs-tools/fsck/ |
D | quotaio_tree.c | 63 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk() function 102 read_blk(h, blk, buf); in get_free_dqblk() 148 read_blk(h, nextblk, tmpbuf); in remove_free_dqentry() 154 read_blk(h, prevblk, tmpbuf); in remove_free_dqentry() 183 read_blk(h, info->dqi_free_entry, tmpbuf); in insert_free_dqentry() 213 read_blk(h, blk, buf); in find_free_dqentry() 274 read_blk(h, *treeblk, buf); in do_insert_tree() 379 read_blk(h, blk, buf); in free_dqentry() 415 read_blk(h, *blk, buf); in remove_tree() 465 read_blk(h, blk, buf); in find_block_dqentry() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | test_io.c | 52 void (*read_blk)(unsigned long block, int count, errcode_t err); member 211 data->read_blk = test_io_cb_read_blk; in test_open() 315 if (data->read_blk) in test_read_blk() 316 data->read_blk(block, count, retval); in test_read_blk() 538 .read_blk = test_read_blk,
|
D | ext2_io.h | 79 errcode_t (*read_blk)(io_channel channel, unsigned long block, member 113 #define io_channel_read_blk(c,b,n,d) ((c)->manager->read_blk((c),b,n,d))
|
D | io_manager.c | 84 return (channel->manager->read_blk)(channel, (unsigned long) block, in io_channel_read_blk64()
|
D | sparse_io.c | 519 .read_blk = sparse_read_blk, 538 .read_blk = sparse_read_blk,
|
D | inode_io.c | 71 .read_blk = inode_read_blk,
|
D | dosio.c | 70 .read_blk = dos_read_blk,
|
D | unix_io.c | 1228 .read_blk = unix_read_blk, 1249 .read_blk = unix_read_blk,
|
D | nt_io.c | 238 .read_blk = nt_read_blk,
|
D | undo_io.c | 1091 .read_blk = undo_read_blk,
|