Lines Matching refs:handle_t
58 int ext3_forget(handle_t *handle, int is_metadata, struct inode *inode, in ext3_forget()
136 static handle_t *start_transaction(struct inode *inode) in start_transaction()
138 handle_t *result; in start_transaction()
154 static int try_to_extend_transaction(handle_t *handle, struct inode *inode) in try_to_extend_transaction()
168 static int truncate_restart_transaction(handle_t *handle, struct inode *inode) in truncate_restart_transaction()
192 handle_t *handle; in ext3_evict_inode()
575 static int ext3_alloc_blocks(handle_t *handle, struct inode *inode, in ext3_alloc_blocks()
653 static int ext3_alloc_branch(handle_t *handle, struct inode *inode, in ext3_alloc_branch()
747 static int ext3_splice_branch(handle_t *handle, struct inode *inode, in ext3_splice_branch()
857 int ext3_get_blocks_handle(handle_t *handle, struct inode *inode, in ext3_get_blocks_handle()
1024 handle_t *handle = ext3_journal_current_handle(); in ext3_get_block()
1062 struct buffer_head *ext3_getblk(handle_t *handle, struct inode *inode, in ext3_getblk()
1128 struct buffer_head *ext3_bread(handle_t *handle, struct inode *inode, in ext3_bread()
1149 static int walk_page_buffers( handle_t *handle, in walk_page_buffers()
1154 int (*fn)( handle_t *handle, in walk_page_buffers()
1206 static int do_journal_get_write_access(handle_t *handle, in do_journal_get_write_access()
1256 handle_t *handle; in ext3_write_begin()
1318 int ext3_journal_dirty_data(handle_t *handle, struct buffer_head *bh) in ext3_journal_dirty_data()
1328 static int journal_dirty_data_fn(handle_t *handle, struct buffer_head *bh) in journal_dirty_data_fn()
1340 static int write_end_fn(handle_t *handle, struct buffer_head *bh) in write_end_fn()
1377 handle_t *handle = ext3_journal_current_handle(); in ext3_ordered_write_end()
1414 handle_t *handle = ext3_journal_current_handle(); in ext3_writeback_write_end()
1441 handle_t *handle = ext3_journal_current_handle(); in ext3_journalled_write_end()
1544 static int bget_one(handle_t *handle, struct buffer_head *bh) in bget_one()
1550 static int bput_one(handle_t *handle, struct buffer_head *bh) in bput_one()
1556 static int buffer_unmapped(handle_t *handle, struct buffer_head *bh) in buffer_unmapped()
1579 handle_t *handle = NULL; in ext3_ordered_writepage()
1657 handle_t *handle = NULL; in ext3_writeback_writepage()
1706 handle_t *handle = NULL; in ext3_journalled_writepage()
1829 handle_t *handle; in ext3_direct_IO()
2001 handle_t *handle = NULL; in ext3_block_truncate_page()
2199 static void ext3_clear_blocks(handle_t *handle, struct inode *inode, in ext3_clear_blocks()
2260 static void ext3_free_data(handle_t *handle, struct inode *inode, in ext3_free_data()
2341 static void ext3_free_branches(handle_t *handle, struct inode *inode, in ext3_free_branches()
2495 handle_t *handle; in ext3_truncate()
3032 static int ext3_do_update_inode(handle_t *handle, in ext3_do_update_inode()
3255 handle_t *handle; in ext3_setattr()
3285 handle_t *handle; in ext3_setattr()
3391 int ext3_mark_iloc_dirty(handle_t *handle, in ext3_mark_iloc_dirty()
3411 ext3_reserve_inode_write(handle_t *handle, struct inode *inode, in ext3_reserve_inode_write()
3443 int ext3_mark_inode_dirty(handle_t *handle, struct inode *inode) in ext3_mark_inode_dirty()
3472 handle_t *current_handle = ext3_journal_current_handle(); in ext3_dirty_inode()
3473 handle_t *handle; in ext3_dirty_inode()
3501 static int ext3_pin_inode(handle_t *handle, struct inode *inode)
3525 handle_t *handle; in ext3_change_inode_journal_flag()