Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dquotaio_tree.c62 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/
Dquotaio_tree.c63 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/
Dtest_io.c52 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,
Dext2_io.h79 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))
Dio_manager.c84 return (channel->manager->read_blk)(channel, (unsigned long) block, in io_channel_read_blk64()
Dsparse_io.c519 .read_blk = sparse_read_blk,
538 .read_blk = sparse_read_blk,
Dinode_io.c71 .read_blk = inode_read_blk,
Ddosio.c70 .read_blk = dos_read_blk,
Dunix_io.c1228 .read_blk = unix_read_blk,
1249 .read_blk = unix_read_blk,
Dnt_io.c238 .read_blk = nt_read_blk,
Dundo_io.c1091 .read_blk = undo_read_blk,