Searched refs:handle_t (Results 1 - 59 of 59) sorted by relevance

/linux-4.4.14/fs/ext4/
H A Dext4_jbd2.c10 static handle_t *ext4_get_nojournal(void) ext4_get_nojournal()
12 handle_t *handle = current->journal_info; ext4_get_nojournal()
18 handle = (handle_t *)ref_cnt; ext4_get_nojournal()
26 static void ext4_put_nojournal(handle_t *handle) ext4_put_nojournal()
33 handle = (handle_t *)ref_cnt; ext4_put_nojournal()
62 handle_t *__ext4_journal_start_sb(struct super_block *sb, unsigned int line, __ext4_journal_start_sb()
80 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) __ext4_journal_stop()
107 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line, __ext4_journal_start_reserved()
134 handle_t *handle, int err) ext4_journal_abort_handle()
157 handle_t *handle, struct buffer_head *bh) __ext4_journal_get_write_access()
184 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, __ext4_forget()
240 handle_t *handle, struct buffer_head *bh) __ext4_journal_get_create_access()
254 handle_t *handle, struct inode *inode, __ext4_handle_dirty_metadata()
313 handle_t *handle, struct super_block *sb) __ext4_handle_dirty_super()
H A Dext4_jbd2.h178 static inline void ext4_journal_callback_add(handle_t *handle, ext4_journal_callback_add()
200 static inline bool ext4_journal_callback_try_del(handle_t *handle, ext4_journal_callback_try_del()
215 ext4_mark_iloc_dirty(handle_t *handle,
224 int ext4_reserve_inode_write(handle_t *handle, struct inode *inode,
227 int ext4_mark_inode_dirty(handle_t *handle, struct inode *inode);
233 handle_t *handle, struct buffer_head *bh);
235 int __ext4_forget(const char *where, unsigned int line, handle_t *handle,
240 handle_t *handle, struct buffer_head *bh);
243 handle_t *handle, struct inode *inode,
247 handle_t *handle, struct super_block *sb);
262 handle_t *__ext4_journal_start_sb(struct super_block *sb, unsigned int line,
264 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle);
270 static inline int ext4_handle_valid(handle_t *handle) ext4_handle_valid()
277 static inline void ext4_handle_sync(handle_t *handle) ext4_handle_sync()
283 static inline int ext4_handle_is_aborted(handle_t *handle) ext4_handle_is_aborted()
290 static inline int ext4_handle_has_enough_credits(handle_t *handle, int needed) ext4_handle_has_enough_credits()
306 static inline handle_t *__ext4_journal_start(struct inode *inode, __ext4_journal_start()
320 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line,
323 static inline void ext4_journal_free_reserved(handle_t *handle) ext4_journal_free_reserved()
329 static inline handle_t *ext4_journal_current_handle(void) ext4_journal_current_handle()
334 static inline int ext4_journal_extend(handle_t *handle, int nblocks) ext4_journal_extend()
341 static inline int ext4_journal_restart(handle_t *handle, int nblocks) ext4_journal_restart()
362 static inline int ext4_jbd2_file_inode(handle_t *handle, struct inode *inode) ext4_jbd2_file_inode()
369 static inline void ext4_update_inode_fsync_trans(handle_t *handle, ext4_update_inode_fsync_trans()
H A Dxattr.h108 extern int ext4_xattr_set_handle(handle_t *, struct inode *, int, const char *, const void *, size_t, int);
110 extern void ext4_xattr_delete_inode(handle_t *, struct inode *);
114 struct ext4_inode *raw_inode, handle_t *handle);
123 extern int ext4_xattr_ibody_inline_set(handle_t *handle, struct inode *inode,
131 extern int ext4_init_security(handle_t *handle, struct inode *inode,
134 static inline int ext4_init_security(handle_t *handle, struct inode *inode, ext4_init_security()
H A Dacl.h59 extern int ext4_init_acl(handle_t *, struct inode *, struct inode *);
67 ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) ext4_init_acl()
H A Dxattr_security.c58 handle_t *handle = fs_info; ext4_initxattrs()
73 ext4_init_security(handle_t *handle, struct inode *inode, struct inode *dir, ext4_init_security()
H A Dmigrate.c28 static int finish_range(handle_t *handle, struct inode *inode, finish_range()
92 static int update_extent_range(handle_t *handle, struct inode *inode, update_extent_range()
117 static int update_ind_extent_range(handle_t *handle, struct inode *inode, update_ind_extent_range()
146 static int update_dind_extent_range(handle_t *handle, struct inode *inode, update_dind_extent_range()
176 static int update_tind_extent_range(handle_t *handle, struct inode *inode, update_tind_extent_range()
206 static int extend_credit_for_blkdel(handle_t *handle, struct inode *inode) extend_credit_for_blkdel()
226 static int free_dind_blocks(handle_t *handle, free_dind_blocks()
256 static int free_tind_blocks(handle_t *handle, free_tind_blocks()
287 static int free_ind_block(handle_t *handle, struct inode *inode, __le32 *i_data) free_ind_block()
316 static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode, ext4_ext_swap_inode_data()
383 static int free_ext_idx(handle_t *handle, struct inode *inode, free_ext_idx()
415 static int free_ext_block(handle_t *handle, struct inode *inode) free_ext_block()
437 handle_t *handle; ext4_ext_migrate()
624 handle_t *handle; ext4_ind_migrate()
H A Dacl.c187 __ext4_set_acl(handle_t *handle, struct inode *inode, int type, __ext4_set_acl()
239 handle_t *handle; ext4_set_acl()
262 ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) ext4_init_acl()
H A Dinline.c246 static int ext4_create_inline_data(handle_t *handle, ext4_create_inline_data()
310 static int ext4_update_inline_data(handle_t *handle, struct inode *inode, ext4_update_inline_data()
374 static int ext4_prepare_inline_data(handle_t *handle, struct inode *inode, ext4_prepare_inline_data()
399 static int ext4_destroy_inline_data_nolock(handle_t *handle, ext4_destroy_inline_data_nolock()
525 handle_t *handle = NULL; ext4_convert_inline_data_to_extent()
646 handle_t *handle; ext4_try_to_write_inline_data()
852 handle_t *handle; ext4_da_write_inline_data_begin()
996 static int ext4_add_dirent_to_inline(handle_t *handle, ext4_add_dirent_to_inline()
1079 static int ext4_update_inline_dir(handle_t *handle, struct inode *dir, ext4_update_inline_dir()
1101 static void ext4_restore_inline_data(handle_t *handle, struct inode *inode, ext4_restore_inline_data()
1110 static int ext4_finish_convert_inline_dir(handle_t *handle, ext4_finish_convert_inline_dir()
1158 static int ext4_convert_inline_data_nolock(handle_t *handle, ext4_convert_inline_data_nolock()
1247 int ext4_try_add_inline_entry(handle_t *handle, struct ext4_filename *fname, ext4_try_add_inline_entry()
1577 int ext4_try_create_inline_dir(handle_t *handle, struct inode *parent, ext4_try_create_inline_dir()
1659 int ext4_delete_inline_entry(handle_t *handle, ext4_delete_inline_entry()
1805 int ext4_destroy_inline_data(handle_t *handle, struct inode *inode) ext4_destroy_inline_data()
1865 int ext4_try_to_evict_inline_data(handle_t *handle, ext4_try_to_evict_inline_data()
1895 handle_t *handle; ext4_inline_data_truncate()
1988 handle_t *handle; ext4_convert_inline_data()
H A Dext4.h179 handle_t *handle; /* handle reserved for extent
2222 extern ext4_fsblk_t ext4_new_meta_blocks(handle_t *handle, struct inode *inode,
2422 extern struct inode *__ext4_new_inode(handle_t *, struct inode *, umode_t,
2436 extern void ext4_free_inode(handle_t *, struct inode *);
2452 extern ext4_fsblk_t ext4_mb_new_blocks(handle_t *,
2458 extern void ext4_free_blocks(handle_t *handle, struct inode *inode,
2465 extern int ext4_group_add_blocks(handle_t *handle, struct super_block *sb,
2471 struct buffer_head *ext4_getblk(handle_t *, struct inode *, ext4_lblk_t, int);
2472 struct buffer_head *ext4_bread(handle_t *, struct inode *, ext4_lblk_t, int);
2481 int ext4_walk_page_buffers(handle_t *handle,
2486 int (*fn)(handle_t *handle,
2488 int do_journal_get_write_access(handle_t *handle,
2501 extern int ext4_sync_inode(handle_t *, struct inode *);
2509 extern int ext4_truncate_restart_trans(handle_t *, struct inode *, int nblocks);
2516 extern int ext4_zero_partial_blocks(handle_t *handle, struct inode *inode,
2525 extern int ext4_ind_map_blocks(handle_t *handle, struct inode *inode,
2531 extern void ext4_ind_truncate(handle_t *, struct inode *inode);
2532 extern int ext4_ind_remove_space(handle_t *handle, struct inode *inode,
2546 extern int ext4_orphan_add(handle_t *, struct inode *);
2547 extern int ext4_orphan_del(handle_t *, struct inode *);
2558 extern int ext4_generic_delete_entry(handle_t *handle,
2695 extern int ext4_update_compat_feature(handle_t *handle, struct super_block *sb,
2697 extern int ext4_update_rocompat_feature(handle_t *handle,
2699 extern int ext4_update_incompat_feature(handle_t *handle,
2996 extern int ext4_init_inline_data(handle_t *handle, struct inode *inode,
2998 extern int ext4_destroy_inline_data(handle_t *handle, struct inode *inode);
3023 extern int ext4_try_add_inline_entry(handle_t *handle,
3027 extern int ext4_try_create_inline_dir(handle_t *handle,
3043 extern int ext4_delete_inline_entry(handle_t *handle,
3055 extern int ext4_try_to_evict_inline_data(handle_t *handle,
3078 extern int ext4_handle_dirty_dirent_node(handle_t *handle,
3136 extern int ext4_ext_tree_init(handle_t *handle, struct inode *);
3139 extern int ext4_ext_map_blocks(handle_t *handle, struct inode *inode,
3141 extern void ext4_ext_truncate(handle_t *, struct inode *);
3148 extern int ext4_convert_unwritten_extents(handle_t *handle, struct inode *inode,
3150 extern int ext4_map_blocks(handle_t *handle, struct inode *inode,
3160 extern int ext4_ext_insert_extent(handle_t *, struct inode *,
3178 extern int ext4_swap_extents(handle_t *handle, struct inode *inode1,
H A Dnamei.c50 static struct buffer_head *ext4_append(handle_t *handle, ext4_append()
275 static int ext4_dx_add_entry(handle_t *handle, struct ext4_filename *fname,
381 int ext4_handle_dirty_dirent_node(handle_t *handle, ext4_handle_dirty_dirent_node()
492 static inline int ext4_handle_dirty_dx_node(handle_t *handle, ext4_handle_dirty_dx_node()
1682 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, do_split()
1873 static int add_dirent_to_buf(handle_t *handle, struct ext4_filename *fname, add_dirent_to_buf()
1930 static int make_indexed_dir(handle_t *handle, struct ext4_filename *fname, make_indexed_dir()
2061 static int ext4_add_entry(handle_t *handle, struct dentry *dentry, ext4_add_entry()
2156 static int ext4_dx_add_entry(handle_t *handle, struct ext4_filename *fname, ext4_dx_add_entry()
2300 int ext4_generic_delete_entry(handle_t *handle, ext4_generic_delete_entry()
2339 static int ext4_delete_entry(handle_t *handle, ext4_delete_entry()
2384 static void ext4_inc_count(handle_t *handle, struct inode *inode) ext4_inc_count()
2400 static void ext4_dec_count(handle_t *handle, struct inode *inode) ext4_dec_count()
2407 static int ext4_add_nondir(handle_t *handle, ext4_add_nondir()
2434 handle_t *handle; ext4_create()
2467 handle_t *handle; ext4_mknod()
2498 handle_t *handle; ext4_tmpfile()
2564 static int ext4_init_new_dir(handle_t *handle, struct inode *dir, ext4_init_new_dir()
2610 handle_t *handle; ext4_mkdir()
2747 int ext4_orphan_add(handle_t *handle, struct inode *inode) ext4_orphan_add()
2828 int ext4_orphan_del(handle_t *handle, struct inode *inode) ext4_orphan_del()
2913 handle_t *handle = NULL; ext4_rmdir()
2986 handle_t *handle = NULL; ext4_unlink()
3050 handle_t *handle; ext4_symlink()
3205 handle_t *handle; ext4_link()
3257 static struct buffer_head *ext4_get_first_dir_block(handle_t *handle, ext4_get_first_dir_block()
3299 static int ext4_rename_dir_prepare(handle_t *handle, struct ext4_renament *ent) ext4_rename_dir_prepare()
3314 static int ext4_rename_dir_finish(handle_t *handle, struct ext4_renament *ent, ext4_rename_dir_finish()
3341 static int ext4_setent(handle_t *handle, struct ext4_renament *ent, ext4_setent()
3372 static int ext4_find_delete_entry(handle_t *handle, struct inode *dir, ext4_find_delete_entry()
3389 static void ext4_rename_delete(handle_t *handle, struct ext4_renament *ent, ext4_rename_delete()
3421 static void ext4_update_dir_count(handle_t *handle, struct ext4_renament *ent) ext4_update_dir_count()
3433 int credits, handle_t **h) ext4_whiteout_for_rename()
3436 handle_t *handle; ext4_whiteout_for_rename()
3477 handle_t *handle = NULL; ext4_rename()
3680 handle_t *handle = NULL; ext4_cross_rename()
H A Dinode.c135 static int ext4_bh_delay_or_unwritten(handle_t *handle, struct buffer_head *bh);
158 int ext4_truncate_restart_trans(handle_t *handle, struct inode *inode, ext4_truncate_restart_trans()
184 handle_t *handle; ext4_evict_inode()
390 static void ext4_map_blocks_es_recheck(handle_t *handle, ext4_map_blocks_es_recheck()
458 int ext4_map_blocks(handle_t *handle, struct inode *inode, ext4_map_blocks()
694 handle_t *handle = ext4_journal_current_handle(); _ext4_get_block()
755 struct buffer_head *ext4_getblk(handle_t *handle, struct inode *inode, ext4_getblk()
812 struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode, ext4_bread()
830 int ext4_walk_page_buffers(handle_t *handle, ext4_walk_page_buffers()
835 int (*fn)(handle_t *handle, ext4_walk_page_buffers()
885 int do_journal_get_write_access(handle_t *handle, do_journal_get_write_access()
1007 handle_t *handle; ext4_write_begin()
1119 static int write_end_fn(handle_t *handle, struct buffer_head *bh) write_end_fn()
1143 handle_t *handle = ext4_journal_current_handle(); ext4_write_end()
1249 handle_t *handle = ext4_journal_current_handle(); ext4_journalled_write_end()
1527 static int ext4_bh_delay_or_unwritten(handle_t *handle, struct buffer_head *bh) ext4_bh_delay_or_unwritten()
1715 static int bget_one(handle_t *handle, struct buffer_head *bh) bget_one()
1721 static int bput_one(handle_t *handle, struct buffer_head *bh) bput_one()
1733 handle_t *handle = NULL; __ext4_journalled_writepage()
2150 static int mpage_map_one_extent(handle_t *handle, struct mpage_da_data *mpd) mpage_map_one_extent()
2224 static int mpage_map_and_submit_extent(handle_t *handle, mpage_map_and_submit_extent()
2454 handle_t *handle = NULL; ext4_writepages()
2691 handle_t *handle; ext4_da_write_begin()
2810 handle_t *handle = ext4_journal_current_handle(); ext4_da_write_end()
3404 static int __ext4_block_zero_page_range(handle_t *handle, __ext4_block_zero_page_range()
3500 static int ext4_block_zero_page_range(handle_t *handle, ext4_block_zero_page_range()
3526 static int ext4_block_truncate_page(handle_t *handle, ext4_block_truncate_page()
3540 int ext4_zero_partial_blocks(handle_t *handle, struct inode *inode, ext4_zero_partial_blocks()
3598 handle_t *handle; ext4_update_disksize_before_punch()
3635 handle_t *handle; ext4_punch_hole()
3818 handle_t *handle; ext4_truncate()
4382 static int ext4_inode_blocks_set(handle_t *handle, ext4_inode_blocks_set()
4492 static int ext4_do_update_inode(handle_t *handle, ext4_do_update_inode()
4784 handle_t *handle; ext4_setattr()
4811 handle_t *handle; ext4_setattr()
5051 int ext4_mark_iloc_dirty(handle_t *handle, ext4_mark_iloc_dirty()
5074 ext4_reserve_inode_write(handle_t *handle, struct inode *inode, ext4_reserve_inode_write()
5099 handle_t *handle) ext4_expand_extra_isize()
5138 int ext4_mark_inode_dirty(handle_t *handle, struct inode *inode) ext4_mark_inode_dirty()
5203 handle_t *handle; ext4_dirty_inode()
5226 static int ext4_pin_inode(handle_t *handle, struct inode *inode)
5251 handle_t *handle; ext4_change_inode_journal_flag()
5325 static int ext4_bh_unmapped(handle_t *handle, struct buffer_head *bh) ext4_bh_unmapped()
5339 handle_t *handle; ext4_page_mkwrite()
H A Dxattr.c160 static inline int ext4_handle_dirty_xattr_block(handle_t *handle, ext4_handle_dirty_xattr_block()
524 static void ext4_xattr_update_super_block(handle_t *handle, ext4_xattr_update_super_block()
542 ext4_xattr_release_block(handle_t *handle, struct inode *inode, ext4_xattr_release_block()
774 ext4_xattr_block_set(handle_t *handle, struct inode *inode, ext4_xattr_block_set()
1008 int ext4_xattr_ibody_inline_set(handle_t *handle, struct inode *inode, ext4_xattr_ibody_inline_set()
1046 static int ext4_xattr_ibody_set(handle_t *handle, struct inode *inode, ext4_xattr_ibody_set()
1083 ext4_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index, ext4_xattr_set_handle()
1202 handle_t *handle; ext4_xattr_set()
1256 struct ext4_inode *raw_inode, handle_t *handle) ext4_expand_extra_isize_ea()
1486 ext4_xattr_delete_inode(handle_t *handle, struct inode *inode) ext4_xattr_delete_inode()
H A Dextents.c98 static int ext4_split_extent(handle_t *handle,
105 static int ext4_split_extent_at(handle_t *handle,
115 static int ext4_ext_truncate_extend_restart(handle_t *handle, ext4_ext_truncate_extend_restart()
140 static int ext4_ext_get_access(handle_t *handle, struct inode *inode, ext4_ext_get_access()
159 int __ext4_ext_dirty(const char *where, unsigned int line, handle_t *handle, __ext4_ext_dirty()
227 ext4_ext_new_meta_block(handle_t *handle, struct inode *inode, ext4_ext_new_meta_block()
294 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, ext4_force_split_extent_at()
846 int ext4_ext_tree_init(handle_t *handle, struct inode *inode) ext4_ext_tree_init()
948 static int ext4_ext_insert_index(handle_t *handle, struct inode *inode, ext4_ext_insert_index()
1024 static int ext4_ext_split(handle_t *handle, struct inode *inode, ext4_ext_split()
1265 static int ext4_ext_grow_indepth(handle_t *handle, struct inode *inode, ext4_ext_grow_indepth()
1347 static int ext4_ext_create_new_leaf(handle_t *handle, struct inode *inode, ext4_ext_create_new_leaf()
1659 static int ext4_ext_correct_indexes(handle_t *handle, struct inode *inode, ext4_ext_correct_indexes()
1802 static void ext4_ext_try_to_merge_up(handle_t *handle, ext4_ext_try_to_merge_up()
1847 static void ext4_ext_try_to_merge(handle_t *handle, ext4_ext_try_to_merge()
1925 int ext4_ext_insert_extent(handle_t *handle, struct inode *inode, ext4_ext_insert_extent()
2355 static int ext4_ext_rm_idx(handle_t *handle, struct inode *inode, ext4_ext_rm_idx()
2476 static int ext4_remove_blocks(handle_t *handle, struct inode *inode, ext4_remove_blocks()
2592 ext4_ext_rm_leaf(handle_t *handle, struct inode *inode, ext4_ext_rm_leaf()
2806 handle_t *handle; ext4_ext_remove_space()
3158 static int ext4_split_extent_at(handle_t *handle, ext4_split_extent_at()
3300 static int ext4_split_extent(handle_t *handle, ext4_split_extent()
3392 static int ext4_ext_convert_to_initialized(handle_t *handle, ext4_ext_convert_to_initialized()
3660 static int ext4_split_convert_extents(handle_t *handle, ext4_split_convert_extents()
3703 static int ext4_convert_unwritten_extents_endio(handle_t *handle, ext4_convert_unwritten_extents_endio()
3777 static int check_eofblocks_fl(handle_t *handle, struct inode *inode, check_eofblocks_fl()
3936 convert_initialized_extent(handle_t *handle, struct inode *inode, convert_initialized_extent()
4010 ext4_ext_handle_unwritten_extents(handle_t *handle, struct inode *inode, ext4_ext_handle_unwritten_extents()
4275 int ext4_ext_map_blocks(handle_t *handle, struct inode *inode, ext4_ext_map_blocks()
4630 void ext4_ext_truncate(handle_t *handle, struct inode *inode) ext4_ext_truncate()
4669 handle_t *handle; ext4_alloc_file_blocks()
4758 handle_t *handle = NULL; ext4_zero_range()
5024 int ext4_convert_unwritten_extents(handle_t *handle, struct inode *inode, ext4_convert_unwritten_extents()
5230 ext4_access_path(handle_t *handle, struct inode *inode, ext4_access_path()
5264 struct inode *inode, handle_t *handle, ext4_ext_shift_path_extents()
5347 ext4_ext_shift_extents(struct inode *inode, handle_t *handle, ext4_ext_shift_extents()
5462 handle_t *handle; ext4_collapse_range()
5605 handle_t *handle; ext4_insert_range()
5785 ext4_swap_extents(handle_t *handle, struct inode *inode1, ext4_swap_extents()
H A Dresize.c354 static struct buffer_head *bclean(handle_t *handle, struct super_block *sb, bclean()
380 static int extend_or_restart_transaction(handle_t *handle, int thresh) extend_or_restart_transaction()
408 static int set_flexbg_block_bitmap(struct super_block *sb, handle_t *handle, set_flexbg_block_bitmap()
483 handle_t *handle; setup_new_flex_group_blocks()
752 static int add_new_gdb(handle_t *handle, struct inode *inode, add_new_gdb()
883 handle_t *handle, ext4_group_t group) { add_new_gdb_meta_bg()
932 static int reserve_backup_gdb(handle_t *handle, struct inode *inode, reserve_backup_gdb()
1053 handle_t *handle; update_backups()
1150 static int ext4_add_new_descs(handle_t *handle, struct super_block *sb, ext4_add_new_descs()
1236 static int ext4_setup_new_descs(handle_t *handle, struct super_block *sb, ext4_setup_new_descs()
1416 handle_t *handle; ext4_flex_group_add()
1644 handle_t *handle; ext4_group_extend_no_check()
1781 handle_t *handle; ext4_convert_meta_bg()
H A Dcrypto_policy.c53 handle_t *handle; ext4_create_encryption_context_from_policy()
H A Dioctl.c96 handle_t *handle; swap_inode_boot_loader()
220 handle_t *handle = NULL; ext4_ioctl()
330 handle_t *handle; ext4_ioctl()
642 handle_t *handle; ext4_ioctl()
H A Dindirect.c322 static int ext4_alloc_branch(handle_t *handle, ext4_alloc_branch()
412 static int ext4_splice_branch(handle_t *handle, ext4_splice_branch()
514 int ext4_ind_map_blocks(handle_t *handle, struct inode *inode, ext4_ind_map_blocks()
653 handle_t *handle; ext4_ind_direct_IO()
815 static int try_to_extend_transaction(handle_t *handle, struct inode *inode) try_to_extend_transaction()
934 static int ext4_clear_blocks(handle_t *handle, struct inode *inode, ext4_clear_blocks()
1008 static void ext4_free_data(handle_t *handle, struct inode *inode, ext4_free_data()
1093 static void ext4_free_branches(handle_t *handle, struct inode *inode, ext4_free_branches()
1205 void ext4_ind_truncate(handle_t *handle, struct inode *inode) ext4_ind_truncate()
1317 int ext4_ind_remove_space(handle_t *handle, struct inode *inode, ext4_ind_remove_space()
H A Dfile.c211 handle_t *handle = NULL; ext4_dax_fault()
246 handle_t *handle = NULL; ext4_dax_pmd_fault()
383 handle_t *handle; ext4_file_open()
H A Dext4_extents.h270 int __ext4_ext_dirty(const char *where, unsigned int line, handle_t *handle,
H A Dialloc.c253 void ext4_free_inode(handle_t *handle, struct inode *inode) ext4_free_inode()
742 struct inode *__ext4_new_inode(handle_t *handle, struct inode *dir, __ext4_new_inode()
1294 handle_t *handle; ext4_init_inode_table()
H A Dpage-io.c166 handle_t *handle = io->handle; ext4_end_io()
H A Dmove_extent.c264 handle_t *handle; move_extent_per_page()
H A Dsuper.c4849 handle_t *handle; ext4_write_dquot()
4867 handle_t *handle; ext4_acquire_dquot()
4883 handle_t *handle; ext4_release_dquot()
4917 handle_t *handle; ext4_write_info()
5062 handle_t *handle; ext4_quota_off()
5134 handle_t *handle = journal_current_handle(); ext4_quota_write()
H A Dmballoc.c2887 handle_t *handle, unsigned int reserv_clstrs) ext4_mb_mark_diskspace_used()
4415 ext4_fsblk_t ext4_mb_new_blocks(handle_t *handle, ext4_mb_new_blocks()
4574 ext4_mb_free_metadata(handle_t *handle, struct ext4_buddy *e4b, ext4_mb_free_metadata()
4658 void ext4_free_blocks(handle_t *handle, struct inode *inode, ext4_free_blocks()
4914 int ext4_group_add_blocks(handle_t *handle, struct super_block *sb, ext4_group_add_blocks()
H A Dballoc.c628 ext4_fsblk_t ext4_new_meta_blocks(handle_t *handle, struct inode *inode, ext4_new_meta_blocks()
/linux-4.4.14/fs/ocfs2/
H A Dacl.h31 int ocfs2_set_acl(handle_t *handle,
39 extern int ocfs2_init_acl(handle_t *, struct inode *, struct inode *,
H A Ddir.h60 int ocfs2_delete_entry(handle_t *handle,
63 int __ocfs2_add_entry(handle_t *handle,
69 static inline int ocfs2_add_entry(handle_t *handle, ocfs2_add_entry()
79 int ocfs2_update_entry(struct inode *dir, handle_t *handle,
105 handle_t *handle,
H A Drefcounttree.h45 handle_t *handle, u32 cpos, u32 len,
60 handle_t *handle,
87 int ocfs2_duplicate_clusters_by_page(handle_t *handle,
91 int ocfs2_duplicate_clusters_by_jbd(handle_t *handle,
108 int ocfs2_increase_refcount(handle_t *handle,
H A Dsuballoc.h90 handle_t *handle,
98 int ocfs2_block_group_set_bits(handle_t *handle,
105 int ocfs2_claim_metadata(handle_t *handle,
112 int ocfs2_claim_new_inode(handle_t *handle,
119 int ocfs2_claim_clusters(handle_t *handle,
128 int __ocfs2_claim_clusters(handle_t *handle,
135 int ocfs2_free_suballoc_bits(handle_t *handle,
141 int ocfs2_free_dinode(handle_t *handle,
145 int ocfs2_free_clusters(handle_t *handle,
150 int ocfs2_release_clusters(handle_t *handle,
230 int ocfs2_claim_new_inode_at_loc(handle_t *handle,
H A Dalloc.h96 int ocfs2_insert_extent(handle_t *handle,
109 int ocfs2_add_clusters_in_btree(handle_t *handle,
119 int ocfs2_split_extent(handle_t *handle,
128 handle_t *handle, u32 cpos, u32 len, u32 phys,
131 int ocfs2_change_extent_flag(handle_t *handle,
137 int ocfs2_remove_extent(handle_t *handle, struct ocfs2_extent_tree *et,
187 handle_t *handle,
229 int ocfs2_zero_range_for_truncate(struct inode *inode, handle_t *handle,
273 void ocfs2_map_and_dirty_page(struct inode *inode, handle_t *handle,
310 int ocfs2_path_bh_journal_access(handle_t *handle,
315 handle_t *handle,
H A Dlocalalloc.h52 handle_t *handle,
59 handle_t *handle,
H A Daops.h27 handle_t *ocfs2_start_walk_page_trans(struct inode *inode,
38 int walk_page_buffers( handle_t *handle,
43 int (*fn)( handle_t *handle,
H A Djournal.h256 handle_t *ocfs2_start_trans(struct ocfs2_super *osb,
259 handle_t *handle);
260 int ocfs2_extend_trans(handle_t *handle, int nblocks);
261 int ocfs2_allocate_extend_trans(handle_t *handle,
290 int ocfs2_journal_access_di(handle_t *handle, struct ocfs2_caching_info *ci,
293 int ocfs2_journal_access_eb(handle_t *handle, struct ocfs2_caching_info *ci,
296 int ocfs2_journal_access_rb(handle_t *handle, struct ocfs2_caching_info *ci,
299 int ocfs2_journal_access_gd(handle_t *handle, struct ocfs2_caching_info *ci,
302 int ocfs2_journal_access_xb(handle_t *handle, struct ocfs2_caching_info *ci,
305 int ocfs2_journal_access_dq(handle_t *handle, struct ocfs2_caching_info *ci,
308 int ocfs2_journal_access_db(handle_t *handle, struct ocfs2_caching_info *ci,
311 int ocfs2_journal_access_dr(handle_t *handle, struct ocfs2_caching_info *ci,
314 int ocfs2_journal_access_dl(handle_t *handle, struct ocfs2_caching_info *ci,
317 int ocfs2_journal_access(handle_t *handle, struct ocfs2_caching_info *ci,
339 void ocfs2_journal_dirty(handle_t *handle, struct buffer_head *bh);
620 static inline int ocfs2_jbd2_file_inode(handle_t *handle, struct inode *inode) ocfs2_jbd2_file_inode()
634 static inline void ocfs2_update_inode_fsync_trans(handle_t *handle, ocfs2_update_inode_fsync_trans()
H A Dfile.h50 handle_t *handle,
54 int ocfs2_set_inode_size(handle_t *handle,
H A Dxattr.h50 int ocfs2_xattr_set_handle(handle_t *, struct inode *, struct buffer_head *,
60 int ocfs2_init_security_set(handle_t *, struct inode *,
H A Dnamei.h37 handle_t *handle,
H A Dacl.c169 handle_t *handle, umode_t new_mode) ocfs2_acl_set_mode()
224 int ocfs2_set_acl(handle_t *handle, ocfs2_set_acl()
354 int ocfs2_init_acl(handle_t *handle, ocfs2_init_acl()
H A Dsuballoc.c85 static int ocfs2_block_group_fill(handle_t *handle,
110 handle_t *handle,
116 static int ocfs2_relink_block_group(handle_t *handle,
358 static int ocfs2_block_group_fill(handle_t *handle, ocfs2_block_group_fill()
435 ocfs2_block_group_alloc_contig(struct ocfs2_super *osb, handle_t *handle, ocfs2_block_group_alloc_contig()
480 handle_t *handle, ocfs2_block_group_claim_bits()
499 static int ocfs2_block_group_grow_discontig(handle_t *handle, ocfs2_block_group_grow_discontig()
561 static void ocfs2_bg_alloc_cleanup(handle_t *handle, ocfs2_bg_alloc_cleanup()
592 ocfs2_block_group_alloc_discontig(handle_t *handle, ocfs2_block_group_alloc_discontig()
680 handle_t *handle = NULL; ocfs2_block_group_alloc()
1325 int ocfs2_block_group_set_bits(handle_t *handle, ocfs2_block_group_set_bits()
1391 static int ocfs2_relink_block_group(handle_t *handle, ocfs2_relink_block_group()
1568 handle_t *handle, ocfs2_alloc_dinode_update_counts()
1659 handle_t *handle, ocfs2_search_one_group()
1726 handle_t *handle, ocfs2_search_chain()
1867 handle_t *handle, ocfs2_claim_suballoc_bits()
1977 int ocfs2_claim_metadata(handle_t *handle, ocfs2_claim_metadata()
2056 handle_t *handle = NULL; ocfs2_find_new_inode_loc()
2111 int ocfs2_claim_new_inode_at_loc(handle_t *handle, ocfs2_claim_new_inode_at_loc()
2182 int ocfs2_claim_new_inode(handle_t *handle, ocfs2_claim_new_inode()
2286 int __ocfs2_claim_clusters(handle_t *handle, __ocfs2_claim_clusters()
2357 int ocfs2_claim_clusters(handle_t *handle, ocfs2_claim_clusters()
2369 static int ocfs2_block_group_clear_bits(handle_t *handle, ocfs2_block_group_clear_bits()
2434 static int _ocfs2_free_suballoc_bits(handle_t *handle, _ocfs2_free_suballoc_bits()
2504 int ocfs2_free_suballoc_bits(handle_t *handle, ocfs2_free_suballoc_bits()
2515 int ocfs2_free_dinode(handle_t *handle, ocfs2_free_dinode()
2530 static int _ocfs2_free_clusters(handle_t *handle, _ocfs2_free_clusters()
2576 int ocfs2_free_clusters(handle_t *handle, ocfs2_free_clusters()
2591 int ocfs2_release_clusters(handle_t *handle, ocfs2_release_clusters()
H A Dalloc.c529 static inline int ocfs2_et_root_journal_access(handle_t *handle, ocfs2_et_root_journal_access()
571 static void ocfs2_adjust_rightmost_records(handle_t *handle,
726 int ocfs2_path_bh_journal_access(handle_t *handle, ocfs2_path_bh_journal_access()
747 handle_t *handle, ocfs2_journal_access_path()
995 static int ocfs2_create_new_meta_bhs(handle_t *handle, ocfs2_create_new_meta_bhs()
1102 static int ocfs2_adjust_rightmost_branch(handle_t *handle, ocfs2_adjust_rightmost_branch()
1155 static int ocfs2_add_branch(handle_t *handle, ocfs2_add_branch()
1338 static int ocfs2_shift_tree_depth(handle_t *handle, ocfs2_shift_tree_depth()
1505 static int ocfs2_grow_tree(handle_t *handle, struct ocfs2_extent_tree *et, ocfs2_grow_tree()
2022 static void ocfs2_complete_edge_insert(handle_t *handle, ocfs2_complete_edge_insert()
2093 static int ocfs2_rotate_subtree_right(handle_t *handle, ocfs2_rotate_subtree_right()
2269 static int ocfs2_extend_rotate_transaction(handle_t *handle, int subtree_depth, ocfs2_extend_rotate_transaction()
2348 static int ocfs2_rotate_tree_right(handle_t *handle, ocfs2_rotate_tree_right()
2509 static int ocfs2_update_edge_lengths(handle_t *handle, ocfs2_update_edge_lengths()
2564 static void ocfs2_unlink_path(handle_t *handle, ocfs2_unlink_path()
2609 static void ocfs2_unlink_subtree(handle_t *handle, ocfs2_unlink_subtree()
2645 static int ocfs2_rotate_subtree_left(handle_t *handle, ocfs2_rotate_subtree_left()
2879 static int ocfs2_rotate_rightmost_leaf_left(handle_t *handle, ocfs2_rotate_rightmost_leaf_left()
2904 static int __ocfs2_rotate_tree_left(handle_t *handle, __ocfs2_rotate_tree_left()
3021 static int ocfs2_remove_rightmost_path(handle_t *handle, ocfs2_remove_rightmost_path()
3128 handle_t *handle; ocfs2_remove_rightmost_empty_extent()
3163 static int ocfs2_rotate_tree_left(handle_t *handle, ocfs2_rotate_tree_left()
3362 handle_t *handle, ocfs2_merge_rec_right()
3528 handle_t *handle, ocfs2_merge_rec_left()
3667 static int ocfs2_try_to_merge_extent(handle_t *handle, ocfs2_try_to_merge_extent()
3926 static void ocfs2_adjust_rightmost_records(handle_t *handle, ocfs2_adjust_rightmost_records()
3964 static int ocfs2_append_rec_to_path(handle_t *handle, ocfs2_append_rec_to_path()
4135 static int ocfs2_insert_path(handle_t *handle, ocfs2_insert_path()
4216 static int ocfs2_do_insert_extent(handle_t *handle, ocfs2_do_insert_extent()
4681 int ocfs2_insert_extent(handle_t *handle, ocfs2_insert_extent()
4751 int ocfs2_add_clusters_in_btree(handle_t *handle, ocfs2_add_clusters_in_btree()
4883 static int ocfs2_split_and_insert(handle_t *handle, ocfs2_split_and_insert()
4995 static int ocfs2_replace_extent_rec(handle_t *handle, ocfs2_replace_extent_rec()
5037 int ocfs2_split_extent(handle_t *handle, ocfs2_split_extent()
5137 int ocfs2_change_extent_flag(handle_t *handle, ocfs2_change_extent_flag()
5227 handle_t *handle, u32 cpos, u32 len, u32 phys, ocfs2_mark_extent_written()
5260 static int ocfs2_split_tree(handle_t *handle, struct ocfs2_extent_tree *et, ocfs2_split_tree()
5329 static int ocfs2_truncate_rec(handle_t *handle, ocfs2_truncate_rec()
5487 int ocfs2_remove_extent(handle_t *handle, ocfs2_remove_extent()
5686 handle_t *handle; ocfs2_remove_btree_range()
5824 handle_t *handle, ocfs2_truncate_log_append()
5900 handle_t *handle, ocfs2_replay_truncate_records()
5975 handle_t *handle; __ocfs2_flush_truncate_log()
6197 handle_t *handle; ocfs2_complete_truncate_log_recovery()
6338 handle_t *handle; ocfs2_free_cached_blocks()
6440 handle_t *handle; ocfs2_free_cached_clusters()
6604 static int ocfs2_zero_func(handle_t *handle, struct buffer_head *bh) ocfs2_zero_func()
6611 void ocfs2_map_and_dirty_page(struct inode *inode, handle_t *handle, ocfs2_map_and_dirty_page()
6648 int numpages, u64 phys, handle_t *handle) ocfs2_zero_cluster_pages()
6738 int ocfs2_zero_range_for_truncate(struct inode *inode, handle_t *handle, ocfs2_zero_range_for_truncate()
6857 handle_t *handle; ocfs2_convert_inline_data_to_extents()
7204 handle_t *handle; ocfs2_truncate_inline()
H A Djournal.c348 handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs) ocfs2_start_trans()
351 handle_t *handle; ocfs2_start_trans()
389 handle_t *handle) ocfs2_commit_trans()
426 int ocfs2_extend_trans(handle_t *handle, int nblocks) ocfs2_extend_trans()
471 int ocfs2_allocate_extend_trans(handle_t *handle, int thresh) ocfs2_allocate_extend_trans()
648 static int __ocfs2_journal_access(handle_t *handle, __ocfs2_journal_access()
724 int ocfs2_journal_access_di(handle_t *handle, struct ocfs2_caching_info *ci, ocfs2_journal_access_di()
730 int ocfs2_journal_access_eb(handle_t *handle, struct ocfs2_caching_info *ci, ocfs2_journal_access_eb()
736 int ocfs2_journal_access_rb(handle_t *handle, struct ocfs2_caching_info *ci, ocfs2_journal_access_rb()
743 int ocfs2_journal_access_gd(handle_t *handle, struct ocfs2_caching_info *ci, ocfs2_journal_access_gd()
749 int ocfs2_journal_access_db(handle_t *handle, struct ocfs2_caching_info *ci, ocfs2_journal_access_db()
755 int ocfs2_journal_access_xb(handle_t *handle, struct ocfs2_caching_info *ci, ocfs2_journal_access_xb()
761 int ocfs2_journal_access_dq(handle_t *handle, struct ocfs2_caching_info *ci, ocfs2_journal_access_dq()
767 int ocfs2_journal_access_dr(handle_t *handle, struct ocfs2_caching_info *ci, ocfs2_journal_access_dr()
773 int ocfs2_journal_access_dl(handle_t *handle, struct ocfs2_caching_info *ci, ocfs2_journal_access_dl()
779 int ocfs2_journal_access(handle_t *handle, struct ocfs2_caching_info *ci, ocfs2_journal_access()
785 void ocfs2_journal_dirty(handle_t *handle, struct buffer_head *bh) ocfs2_journal_dirty()
H A Dnamei.c75 handle_t *handle,
86 handle_t *handle,
95 handle_t *handle,
244 handle_t *handle = NULL; ocfs2_mknod()
509 handle_t *handle, __ocfs2_mknod_locked()
622 handle_t *handle, ocfs2_mknod_locked()
688 handle_t *handle; ocfs2_link()
890 handle_t *handle = NULL; ocfs2_unlink()
1219 handle_t *handle = NULL; ocfs2_rename()
1692 handle_t *handle, ocfs2_create_symlink_data()
1802 handle_t *handle = NULL; ocfs2_symlink()
2220 handle_t *handle, ocfs2_orphan_add()
2322 handle_t *handle, ocfs2_orphan_del()
2498 handle_t *handle = NULL; ocfs2_create_inode_in_orphan()
2618 handle_t *handle = NULL; ocfs2_add_inode_to_orphan()
2693 handle_t *handle = NULL; ocfs2_del_inode_from_orphan()
2768 handle_t *handle = NULL; ocfs2_mv_orphaned_inode_to_new()
H A Dlocalalloc.c61 handle_t *handle,
72 handle_t *handle,
381 handle_t *handle; ocfs2_shutdown_local_alloc()
563 handle_t *handle; ocfs2_complete_local_alloc_recovery()
728 handle_t *handle, ocfs2_claim_local_alloc_bits()
784 handle_t *handle, ocfs2_free_local_alloc_bits()
963 handle_t *handle, ocfs2_sync_local_to_main()
1162 handle_t *handle, ocfs2_local_alloc_new_window()
1255 handle_t *handle = NULL; ocfs2_local_alloc_slide_window()
H A Ddir.c76 handle_t *handle,
170 static int ocfs2_dx_dir_link_trailer(struct inode *dir, handle_t *handle, ocfs2_dx_dir_link_trailer()
1106 int ocfs2_update_entry(struct inode *dir, handle_t *handle, ocfs2_update_entry()
1144 static int __ocfs2_delete_entry(handle_t *handle, struct inode *dir, __ocfs2_delete_entry()
1248 static int ocfs2_delete_entry_dx(handle_t *handle, struct inode *dir, ocfs2_delete_entry_dx()
1364 static inline int ocfs2_delete_entry_id(handle_t *handle, ocfs2_delete_entry_id()
1391 static inline int ocfs2_delete_entry_el(handle_t *handle, ocfs2_delete_entry_el()
1404 int ocfs2_delete_entry(handle_t *handle, ocfs2_delete_entry()
1473 static int __ocfs2_dx_dir_leaf_insert(struct inode *dir, handle_t *handle, __ocfs2_dx_dir_leaf_insert()
1496 static void ocfs2_dx_inline_root_insert(struct inode *dir, handle_t *handle, ocfs2_dx_inline_root_insert()
1504 static int ocfs2_dx_dir_insert(struct inode *dir, handle_t *handle, ocfs2_dx_dir_insert()
1540 handle_t *handle, ocfs2_remove_block_from_free_list()
1570 static void ocfs2_recalc_free_list(struct inode *dir, handle_t *handle, ocfs2_recalc_free_list()
1598 int __ocfs2_add_entry(handle_t *handle, __ocfs2_add_entry()
2208 handle_t *handle, ocfs2_fill_new_dir_id()
2241 handle_t *handle, ocfs2_fill_new_dir_el()
2311 handle_t *handle, struct inode *dir, ocfs2_dx_dir_attach_index()
2403 handle_t *handle, struct inode *dir, ocfs2_dx_dir_format_cluster()
2456 u32 cpos, handle_t *handle, __ocfs2_dx_dir_new_cluster()
2497 u32 cpos, handle_t *handle, ocfs2_dx_dir_new_cluster()
2536 handle_t *handle, ocfs2_fill_new_dir_dx()
2591 handle_t *handle, ocfs2_fill_new_dir()
2613 handle_t *handle, ocfs2_dx_dir_index_block()
2811 handle_t *handle; ocfs2_expand_inline_dir()
3110 handle_t *handle, ocfs2_do_extend_dir()
3188 handle_t *handle = NULL; ocfs2_extend_dir()
3656 handle_t *handle, ocfs2_dx_dir_transfer_leaf()
3728 handle_t *handle = NULL; ocfs2_dx_dir_rebalance()
4038 handle_t *handle = NULL; ocfs2_expand_inline_dx_root()
4349 handle_t *handle; ocfs2_dx_dir_remove_index()
H A Dfile.c268 handle_t *handle; ocfs2_update_inode_atime()
302 int ocfs2_set_inode_size(handle_t *handle, ocfs2_set_inode_size()
329 handle_t *handle = NULL; ocfs2_simple_size_update()
388 handle_t *handle; ocfs2_orphan_for_truncate()
548 handle_t *handle, ocfs2_add_inode_data()
573 handle_t *handle = NULL; __ocfs2_extend_allocation()
727 static handle_t *ocfs2_zero_start_ordered_transaction(struct inode *inode, ocfs2_zero_start_ordered_transaction()
731 handle_t *handle = NULL; ocfs2_zero_start_ordered_transaction()
774 handle_t *handle; ocfs2_write_zero_page()
1138 handle_t *handle = NULL; ocfs2_setattr()
1338 handle_t *handle; __ocfs2_write_remove_suid()
1542 handle_t *handle; ocfs2_zero_partial_clusters()
1861 handle_t *handle; __ocfs2_change_file_space()
H A Drefcounttree.c68 int (*cow_duplicate_clusters)(handle_t *handle,
561 handle_t *handle = NULL; ocfs2_create_refcount_tree()
703 handle_t *handle = NULL; ocfs2_set_refcount_tree()
765 handle_t *handle = NULL; ocfs2_remove_refcount_tree()
1241 static int ocfs2_change_refcount_rec(handle_t *handle, ocfs2_change_refcount_rec()
1282 static int ocfs2_expand_inline_ref_root(handle_t *handle, ocfs2_expand_inline_ref_root()
1520 static int ocfs2_new_leaf_refcount_block(handle_t *handle, ocfs2_new_leaf_refcount_block()
1616 static int ocfs2_expand_refcount_tree(handle_t *handle, ocfs2_expand_refcount_tree()
1658 static int ocfs2_adjust_refcount_rec(handle_t *handle, ocfs2_adjust_refcount_rec()
1742 static int ocfs2_insert_refcount_rec(handle_t *handle, ocfs2_insert_refcount_rec()
1830 static int ocfs2_split_refcount_rec(handle_t *handle, ocfs2_split_refcount_rec()
1986 static int __ocfs2_increase_refcount(handle_t *handle, __ocfs2_increase_refcount()
2080 static int ocfs2_remove_refcount_extent(handle_t *handle, ocfs2_remove_refcount_extent()
2160 int ocfs2_increase_refcount(handle_t *handle, ocfs2_increase_refcount()
2172 static int ocfs2_decrease_refcount_rec(handle_t *handle, ocfs2_decrease_refcount_rec()
2228 static int __ocfs2_decrease_refcount(handle_t *handle, __ocfs2_decrease_refcount()
2295 handle_t *handle, u32 cpos, u32 len, ocfs2_decrease_refcount()
2347 handle_t *handle, u32 cpos, ocfs2_mark_extent_refcounted()
2904 static int ocfs2_clear_cow_buffer(handle_t *handle, struct buffer_head *bh) ocfs2_clear_cow_buffer()
2913 int ocfs2_duplicate_clusters_by_page(handle_t *handle, ocfs2_duplicate_clusters_by_page()
3000 int ocfs2_duplicate_clusters_by_jbd(handle_t *handle, ocfs2_duplicate_clusters_by_jbd()
3055 static int ocfs2_clear_ext_refcount(handle_t *handle, ocfs2_clear_ext_refcount()
3113 static int ocfs2_replace_clusters(handle_t *handle, ocfs2_replace_clusters()
3213 handle_t *handle; ocfs2_make_clusters_writable()
3694 handle_t *handle; ocfs2_add_refcount_flag()
3763 handle_t *handle; ocfs2_change_ctime()
3904 handle_t *handle; ocfs2_add_refcounted_extent()
3954 handle_t *handle; ocfs2_duplicate_inline_data()
4050 handle_t *handle; ocfs2_complete_reflink()
H A Dxattr.c78 handle_t *handle;
148 int (*xlo_journal_access)(handle_t *handle, struct ocfs2_xa_loc *loc,
150 void (*xlo_journal_dirty)(handle_t *handle, struct ocfs2_xa_loc *loc);
298 static int ocfs2_mv_xattr_buckets(struct inode *inode, handle_t *handle,
428 static int ocfs2_xattr_bucket_journal_access(handle_t *handle, ocfs2_xattr_bucket_journal_access()
447 static void ocfs2_xattr_bucket_journal_dirty(handle_t *handle, ocfs2_xattr_bucket_journal_dirty()
713 handle_t *handle = ctxt->handle; ocfs2_xattr_extend_allocation()
779 handle_t *handle = ctxt->handle; __ocfs2_remove_xattr_range()
1331 handle_t *handle, __ocfs2_xattr_set_value_outside()
1425 static int ocfs2_xa_journal_access(handle_t *handle, struct ocfs2_xa_loc *loc, ocfs2_xa_journal_access()
1431 static void ocfs2_xa_journal_dirty(handle_t *handle, struct ocfs2_xa_loc *loc) ocfs2_xa_journal_dirty()
1526 static int ocfs2_xa_block_journal_access(handle_t *handle, ocfs2_xa_block_journal_access()
1541 static void ocfs2_xa_block_journal_dirty(handle_t *handle, ocfs2_xa_block_journal_dirty()
1687 static int ocfs2_xa_bucket_journal_access(handle_t *handle, ocfs2_xa_bucket_journal_access()
1695 static void ocfs2_xa_bucket_journal_dirty(handle_t *handle, ocfs2_xa_bucket_journal_dirty()
2473 handle_t *handle; ocfs2_xattr_free_block()
2550 handle_t *handle; ocfs2_xattr_remove()
3427 int ocfs2_xattr_set_handle(handle_t *handle, ocfs2_xattr_set_handle()
4265 handle_t *handle = ctxt->handle; ocfs2_xattr_create_index_block()
4372 handle_t *handle, ocfs2_defrag_xattr_bucket()
4494 handle_t *handle, ocfs2_mv_xattr_bucket_cross_cluster()
4612 handle_t *handle, ocfs2_divide_xattr_bucket()
4789 handle_t *handle, ocfs2_cp_xattr_bucket()
4862 static int ocfs2_mv_xattr_buckets(struct inode *inode, handle_t *handle, ocfs2_mv_xattr_buckets()
4966 handle_t *handle, ocfs2_divide_xattr_cluster()
5014 handle_t *handle, ocfs2_adjust_xattr_cross_cluster()
5095 handle_t *handle = ctxt->handle; ocfs2_add_new_xattr_cluster()
5180 handle_t *handle, ocfs2_extend_xattr_bucket()
5413 handle_t *handle; ocfs2_rm_xattr_cluster()
5712 handle_t *handle, ocfs2_xattr_bucket_post_refcount()
6324 static int ocfs2_reflink_xattr_header(handle_t *handle, ocfs2_reflink_xattr_header()
6453 handle_t *handle; ocfs2_reflink_xattr_inline()
6573 handle_t *handle; ocfs2_reflink_xattr_block()
6819 static int ocfs2_reflink_xattr_bucket(handle_t *handle, ocfs2_reflink_xattr_bucket()
6910 static int ocfs2_reflink_xattr_buckets(handle_t *handle, ocfs2_reflink_xattr_buckets()
6989 handle_t *handle; ocfs2_reflink_xattr_rec()
7298 int ocfs2_init_security_set(handle_t *handle, ocfs2_init_security_set()
H A Dquota_global.c224 handle_t *handle = journal_current_handle(); ocfs2_quota_write()
593 handle_t *handle; ocfs2_sync_dquot_helper()
648 handle_t *handle; ocfs2_write_dquot()
706 handle_t *handle; ocfs2_release_dquot()
788 handle_t *handle; ocfs2_acquire_dquot()
876 handle_t *handle; ocfs2_mark_dquot_dirty()
925 handle_t *handle; ocfs2_write_info()
H A Dresize.c93 static int ocfs2_update_last_group_and_inode(handle_t *handle, ocfs2_update_last_group_and_inode()
276 handle_t *handle; ocfs2_group_extend()
465 handle_t *handle; ocfs2_group_add()
H A Dmove_extents.c58 static int __ocfs2_move_extent(handle_t *handle, __ocfs2_move_extent()
229 handle_t *handle; ocfs2_defrag_extent()
568 handle_t *handle; ocfs2_move_extent()
899 handle_t *handle; ocfs2_move_extents()
H A Dquota.h116 int ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot);
H A Dquota_local.c97 handle_t *handle; ocfs2_modify_bh()
467 handle_t *handle; ocfs2_recover_local_quota_file()
591 handle_t *handle; ocfs2_finish_quota_recovery()
973 handle_t *handle; ocfs2_local_quota_add_chunk()
1108 handle_t *handle; ocfs2_extend_local_quota_file()
1272 int ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot) ocfs2_local_release_dquot()
H A Dinode.h156 int ocfs2_mark_inode_dirty(handle_t *handle,
H A Daops.c425 int walk_page_buffers( handle_t *handle, walk_page_buffers()
430 int (*fn)( handle_t *handle, walk_page_buffers()
1265 handle_t *w_handle;
1873 handle_t *handle; ocfs2_write_begin_inline()
2089 handle_t *handle; ocfs2_write_begin_nolock()
2376 handle_t *handle = wc->w_handle; ocfs2_write_end_nolock()
H A Dinode.c559 handle_t *handle = NULL; ocfs2_truncate_for_delete()
619 handle_t *handle; ocfs2_remove_inode()
1261 int ocfs2_mark_inode_dirty(handle_t *handle, ocfs2_mark_inode_dirty()
H A Dioctl.c84 handle_t *handle = NULL; ocfs2_set_inode_attr()
H A Docfs2.h472 typedef int (*ocfs2_journal_access_func)(handle_t *handle,
/linux-4.4.14/include/linux/
H A Djbd2.h77 * typedef handle_t - The handle_t type represents a single atomic update being performed by some process.
93 typedef struct jbd2_journal_handle handle_t; /* Atomic operation type */ typedef in typeref:struct:jbd2_journal_handle
445 * handle_t.
469 handle_t *h_rsv_handle;
1211 static inline handle_t *journal_current_handle(void) journal_current_handle()
1222 extern handle_t *jbd2_journal_start(journal_t *, int nblocks);
1223 extern handle_t *jbd2__journal_start(journal_t *, int blocks, int rsv_blocks,
1226 extern int jbd2_journal_restart(handle_t *, int nblocks);
1227 extern int jbd2__journal_restart(handle_t *, int nblocks, gfp_t gfp_mask);
1228 extern int jbd2_journal_start_reserved(handle_t *handle,
1230 extern void jbd2_journal_free_reserved(handle_t *handle);
1231 extern int jbd2_journal_extend (handle_t *, int nblocks);
1232 extern int jbd2_journal_get_write_access(handle_t *, struct buffer_head *);
1233 extern int jbd2_journal_get_create_access (handle_t *, struct buffer_head *);
1234 extern int jbd2_journal_get_undo_access(handle_t *, struct buffer_head *);
1237 extern int jbd2_journal_dirty_metadata (handle_t *, struct buffer_head *);
1238 extern int jbd2_journal_forget (handle_t *, struct buffer_head *);
1243 extern int jbd2_journal_stop(handle_t *);
1277 extern int jbd2_journal_file_inode(handle_t *handle, struct jbd2_inode *inode);
1295 static inline handle_t *jbd2_alloc_handle(gfp_t gfp_flags) jbd2_alloc_handle()
1300 static inline void jbd2_free_handle(handle_t *handle) jbd2_free_handle()
1328 extern int jbd2_journal_revoke (handle_t *, unsigned long long, struct buffer_head *);
1329 extern int jbd2_journal_cancel_revoke(handle_t *, struct journal_head *);
1376 static inline int is_handle_aborted(handle_t *handle) is_handle_aborted()
1383 static inline void jbd2_journal_abort_handle(handle_t *handle) jbd2_journal_abort_handle()
/linux-4.4.14/fs/jbd2/
H A Dtransaction.c114 * A handle_t is an object which represents a single atomic update to a
271 static int start_this_handle(journal_t *journal, handle_t *handle, start_this_handle()
393 static handle_t *new_handle(int nblocks) new_handle()
395 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); new_handle()
408 * handle_t *jbd2_journal_start() - Obtain a new handle.
426 handle_t *jbd2__journal_start(journal_t *journal, int nblocks, int rsv_blocks, jbd2__journal_start()
430 handle_t *handle = journal_current_handle(); jbd2__journal_start()
446 handle_t *rsv_handle; jbd2__journal_start()
475 handle_t *jbd2_journal_start(journal_t *journal, int nblocks) jbd2_journal_start()
481 void jbd2_journal_free_reserved(handle_t *handle) jbd2_journal_free_reserved()
492 * int jbd2_journal_start_reserved(handle_t *handle) - start reserved handle
503 int jbd2_journal_start_reserved(handle_t *handle, unsigned int type, jbd2_journal_start_reserved()
559 int jbd2_journal_extend(handle_t *handle, int nblocks) jbd2_journal_extend()
634 int jbd2__journal_restart(handle_t *handle, int nblocks, gfp_t gfp_mask) jbd2__journal_restart()
683 int jbd2_journal_restart(handle_t *handle, int nblocks) jbd2_journal_restart()
811 do_get_write_access(handle_t *handle, struct journal_head *jh, do_get_write_access()
1012 static bool jbd2_write_access_granted(handle_t *handle, struct buffer_head *bh, jbd2_write_access_granted()
1075 int jbd2_journal_get_write_access(handle_t *handle, struct buffer_head *bh) jbd2_journal_get_write_access()
1112 int jbd2_journal_get_create_access(handle_t *handle, struct buffer_head *bh) jbd2_journal_get_create_access()
1210 int jbd2_journal_get_undo_access(handle_t *handle, struct buffer_head *bh) jbd2_journal_get_undo_access()
1328 int jbd2_journal_dirty_metadata(handle_t *handle, struct buffer_head *bh) jbd2_journal_dirty_metadata()
1484 int jbd2_journal_forget (handle_t *handle, struct buffer_head *bh) jbd2_journal_forget()
1617 int jbd2_journal_stop(handle_t *handle) jbd2_journal_stop()
2479 int jbd2_journal_file_inode(handle_t *handle, struct jbd2_inode *jinode) jbd2_journal_file_inode()
H A Drevoke.c324 int jbd2_journal_revoke(handle_t *handle, unsigned long long blocknr, jbd2_journal_revoke()
415 int jbd2_journal_cancel_revoke(handle_t *handle, struct journal_head *jh) jbd2_journal_cancel_revoke()

Completed in 1837 milliseconds