Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dext4_jbd2.h178 static inline void ext4_journal_callback_add(handle_t *handle, in ext4_journal_callback_add()
200 static inline bool ext4_journal_callback_try_del(handle_t *handle, in 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);
[all …]
Dext4_jbd2.c10 static handle_t *ext4_get_nojournal(void) in ext4_get_nojournal()
12 handle_t *handle = current->journal_info; in ext4_get_nojournal()
18 handle = (handle_t *)ref_cnt; in ext4_get_nojournal()
26 static void ext4_put_nojournal(handle_t *handle) in ext4_put_nojournal()
33 handle = (handle_t *)ref_cnt; in ext4_put_nojournal()
62 handle_t *__ext4_journal_start_sb(struct super_block *sb, unsigned int line, in __ext4_journal_start_sb()
80 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) in __ext4_journal_stop()
107 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line, in __ext4_journal_start_reserved()
134 handle_t *handle, int err) in ext4_journal_abort_handle()
157 handle_t *handle, struct buffer_head *bh) in __ext4_journal_get_write_access()
[all …]
Dxattr.h108 extern int ext4_xattr_set_handle(handle_t *, struct inode *, int, const char *, const void *, size_…
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, in ext4_init_security()
Dmigrate.c28 static int finish_range(handle_t *handle, struct inode *inode, in finish_range()
92 static int update_extent_range(handle_t *handle, struct inode *inode, in update_extent_range()
117 static int update_ind_extent_range(handle_t *handle, struct inode *inode, in update_ind_extent_range()
146 static int update_dind_extent_range(handle_t *handle, struct inode *inode, in update_dind_extent_range()
176 static int update_tind_extent_range(handle_t *handle, struct inode *inode, in update_tind_extent_range()
206 static int extend_credit_for_blkdel(handle_t *handle, struct inode *inode) in extend_credit_for_blkdel()
226 static int free_dind_blocks(handle_t *handle, in free_dind_blocks()
256 static int free_tind_blocks(handle_t *handle, in free_tind_blocks()
287 static int free_ind_block(handle_t *handle, struct inode *inode, __le32 *i_data) in free_ind_block()
316 static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode, in ext4_ext_swap_inode_data()
[all …]
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,
[all …]
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) in ext4_init_acl()
Dxattr_security.c58 handle_t *handle = fs_info; in ext4_initxattrs()
73 ext4_init_security(handle_t *handle, struct inode *inode, struct inode *dir, in ext4_init_security()
Dinline.c246 static int ext4_create_inline_data(handle_t *handle, in ext4_create_inline_data()
310 static int ext4_update_inline_data(handle_t *handle, struct inode *inode, in ext4_update_inline_data()
374 static int ext4_prepare_inline_data(handle_t *handle, struct inode *inode, in ext4_prepare_inline_data()
399 static int ext4_destroy_inline_data_nolock(handle_t *handle, in ext4_destroy_inline_data_nolock()
525 handle_t *handle = NULL; in ext4_convert_inline_data_to_extent()
646 handle_t *handle; in ext4_try_to_write_inline_data()
852 handle_t *handle; in ext4_da_write_inline_data_begin()
996 static int ext4_add_dirent_to_inline(handle_t *handle, in ext4_add_dirent_to_inline()
1079 static int ext4_update_inline_dir(handle_t *handle, struct inode *dir, in ext4_update_inline_dir()
1101 static void ext4_restore_inline_data(handle_t *handle, struct inode *inode, in ext4_restore_inline_data()
[all …]
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, in ext4_truncate_restart_trans()
184 handle_t *handle; in ext4_evict_inode()
390 static void ext4_map_blocks_es_recheck(handle_t *handle, in ext4_map_blocks_es_recheck()
458 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks()
694 handle_t *handle = ext4_journal_current_handle(); in _ext4_get_block()
755 struct buffer_head *ext4_getblk(handle_t *handle, struct inode *inode, in ext4_getblk()
812 struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode, in ext4_bread()
830 int ext4_walk_page_buffers(handle_t *handle, in ext4_walk_page_buffers()
835 int (*fn)(handle_t *handle, in ext4_walk_page_buffers()
[all …]
Dnamei.c50 static struct buffer_head *ext4_append(handle_t *handle, in 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, in ext4_handle_dirty_dirent_node()
492 static inline int ext4_handle_dirty_dx_node(handle_t *handle, in ext4_handle_dirty_dx_node()
1682 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split()
1873 static int add_dirent_to_buf(handle_t *handle, struct ext4_filename *fname, in add_dirent_to_buf()
1930 static int make_indexed_dir(handle_t *handle, struct ext4_filename *fname, in make_indexed_dir()
2061 static int ext4_add_entry(handle_t *handle, struct dentry *dentry, in ext4_add_entry()
2156 static int ext4_dx_add_entry(handle_t *handle, struct ext4_filename *fname, in ext4_dx_add_entry()
2300 int ext4_generic_delete_entry(handle_t *handle, in ext4_generic_delete_entry()
[all …]
Dacl.c187 __ext4_set_acl(handle_t *handle, struct inode *inode, int type, in __ext4_set_acl()
239 handle_t *handle; in ext4_set_acl()
262 ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) in ext4_init_acl()
Dindirect.c322 static int ext4_alloc_branch(handle_t *handle, in ext4_alloc_branch()
412 static int ext4_splice_branch(handle_t *handle, in ext4_splice_branch()
514 int ext4_ind_map_blocks(handle_t *handle, struct inode *inode, in ext4_ind_map_blocks()
653 handle_t *handle; in ext4_ind_direct_IO()
815 static int try_to_extend_transaction(handle_t *handle, struct inode *inode) in try_to_extend_transaction()
934 static int ext4_clear_blocks(handle_t *handle, struct inode *inode, in ext4_clear_blocks()
1008 static void ext4_free_data(handle_t *handle, struct inode *inode, in ext4_free_data()
1093 static void ext4_free_branches(handle_t *handle, struct inode *inode, in ext4_free_branches()
1205 void ext4_ind_truncate(handle_t *handle, struct inode *inode) in ext4_ind_truncate()
1317 int ext4_ind_remove_space(handle_t *handle, struct inode *inode, in ext4_ind_remove_space()
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, in ext4_ext_truncate_extend_restart()
140 static int ext4_ext_get_access(handle_t *handle, struct inode *inode, in ext4_ext_get_access()
159 int __ext4_ext_dirty(const char *where, unsigned int line, handle_t *handle, in __ext4_ext_dirty()
227 ext4_ext_new_meta_block(handle_t *handle, struct inode *inode, in ext4_ext_new_meta_block()
294 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, in ext4_force_split_extent_at()
846 int ext4_ext_tree_init(handle_t *handle, struct inode *inode) in ext4_ext_tree_init()
948 static int ext4_ext_insert_index(handle_t *handle, struct inode *inode, in ext4_ext_insert_index()
1024 static int ext4_ext_split(handle_t *handle, struct inode *inode, in ext4_ext_split()
[all …]
Dresize.c354 static struct buffer_head *bclean(handle_t *handle, struct super_block *sb, in bclean()
380 static int extend_or_restart_transaction(handle_t *handle, int thresh) in extend_or_restart_transaction()
408 static int set_flexbg_block_bitmap(struct super_block *sb, handle_t *handle, in set_flexbg_block_bitmap()
483 handle_t *handle; in setup_new_flex_group_blocks()
752 static int add_new_gdb(handle_t *handle, struct inode *inode, in add_new_gdb()
883 handle_t *handle, ext4_group_t group) { in add_new_gdb_meta_bg()
932 static int reserve_backup_gdb(handle_t *handle, struct inode *inode, in reserve_backup_gdb()
1053 handle_t *handle; in update_backups()
1150 static int ext4_add_new_descs(handle_t *handle, struct super_block *sb, in ext4_add_new_descs()
1236 static int ext4_setup_new_descs(handle_t *handle, struct super_block *sb, in ext4_setup_new_descs()
[all …]
Dioctl.c96 handle_t *handle; in swap_inode_boot_loader()
220 handle_t *handle = NULL; in ext4_ioctl()
330 handle_t *handle; in ext4_ioctl()
642 handle_t *handle; in ext4_ioctl()
Dxattr.c160 static inline int ext4_handle_dirty_xattr_block(handle_t *handle, in ext4_handle_dirty_xattr_block()
524 static void ext4_xattr_update_super_block(handle_t *handle, in ext4_xattr_update_super_block()
542 ext4_xattr_release_block(handle_t *handle, struct inode *inode, in ext4_xattr_release_block()
774 ext4_xattr_block_set(handle_t *handle, struct inode *inode, in ext4_xattr_block_set()
1008 int ext4_xattr_ibody_inline_set(handle_t *handle, struct inode *inode, in ext4_xattr_ibody_inline_set()
1046 static int ext4_xattr_ibody_set(handle_t *handle, struct inode *inode, in ext4_xattr_ibody_set()
1083 ext4_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index, in ext4_xattr_set_handle()
1202 handle_t *handle; in ext4_xattr_set()
1256 struct ext4_inode *raw_inode, handle_t *handle) in ext4_expand_extra_isize_ea()
1486 ext4_xattr_delete_inode(handle_t *handle, struct inode *inode) in ext4_xattr_delete_inode()
Dext4_extents.h270 int __ext4_ext_dirty(const char *where, unsigned int line, handle_t *handle,
Dfile.c211 handle_t *handle = NULL; in ext4_dax_fault()
246 handle_t *handle = NULL; in ext4_dax_pmd_fault()
383 handle_t *handle; in ext4_file_open()
Dcrypto_policy.c53 handle_t *handle; in ext4_create_encryption_context_from_policy()
Dialloc.c253 void ext4_free_inode(handle_t *handle, struct inode *inode) in ext4_free_inode()
742 struct inode *__ext4_new_inode(handle_t *handle, struct inode *dir, in __ext4_new_inode()
1294 handle_t *handle; in ext4_init_inode_table()
Dpage-io.c166 handle_t *handle = io->handle; in ext4_end_io()
Dmove_extent.c264 handle_t *handle; in move_extent_per_page()
Dballoc.c628 ext4_fsblk_t ext4_new_meta_blocks(handle_t *handle, struct inode *inode, in ext4_new_meta_blocks()
Dsuper.c4849 handle_t *handle; in ext4_write_dquot()
4867 handle_t *handle; in ext4_acquire_dquot()
4883 handle_t *handle; in ext4_release_dquot()
4917 handle_t *handle; in ext4_write_info()
5062 handle_t *handle; in ext4_quota_off()
5134 handle_t *handle = journal_current_handle(); in ext4_quota_write()
Dmballoc.c2887 handle_t *handle, unsigned int reserv_clstrs) in ext4_mb_mark_diskspace_used()
4415 ext4_fsblk_t ext4_mb_new_blocks(handle_t *handle, in ext4_mb_new_blocks()
4574 ext4_mb_free_metadata(handle_t *handle, struct ext4_buddy *e4b, in ext4_mb_free_metadata()
4658 void ext4_free_blocks(handle_t *handle, struct inode *inode, in ext4_free_blocks()
4914 int ext4_group_add_blocks(handle_t *handle, struct super_block *sb, in ext4_group_add_blocks()
/linux-4.4.14/fs/ocfs2/
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,
[all …]
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,
[all …]
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,
[all …]
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, in ocfs2_add_entry()
79 int ocfs2_update_entry(struct inode *dir, handle_t *handle,
105 handle_t *handle,
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,
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,
Dacl.h31 int ocfs2_set_acl(handle_t *handle,
39 extern int ocfs2_init_acl(handle_t *, struct inode *, struct inode *,
Dlocalalloc.h52 handle_t *handle,
59 handle_t *handle,
Dxattr.h50 int ocfs2_xattr_set_handle(handle_t *, struct inode *, struct buffer_head *,
60 int ocfs2_init_security_set(handle_t *, struct inode *,
Dfile.h50 handle_t *handle,
54 int ocfs2_set_inode_size(handle_t *handle,
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, in ocfs2_block_group_fill()
435 ocfs2_block_group_alloc_contig(struct ocfs2_super *osb, handle_t *handle, in ocfs2_block_group_alloc_contig()
480 handle_t *handle, in ocfs2_block_group_claim_bits()
499 static int ocfs2_block_group_grow_discontig(handle_t *handle, in ocfs2_block_group_grow_discontig()
561 static void ocfs2_bg_alloc_cleanup(handle_t *handle, in ocfs2_bg_alloc_cleanup()
592 ocfs2_block_group_alloc_discontig(handle_t *handle, in ocfs2_block_group_alloc_discontig()
680 handle_t *handle = NULL; in ocfs2_block_group_alloc()
[all …]
Djournal.c348 handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs) in ocfs2_start_trans()
351 handle_t *handle; in ocfs2_start_trans()
389 handle_t *handle) in ocfs2_commit_trans()
426 int ocfs2_extend_trans(handle_t *handle, int nblocks) in ocfs2_extend_trans()
471 int ocfs2_allocate_extend_trans(handle_t *handle, int thresh) in ocfs2_allocate_extend_trans()
648 static int __ocfs2_journal_access(handle_t *handle, in __ocfs2_journal_access()
724 int ocfs2_journal_access_di(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_di()
730 int ocfs2_journal_access_eb(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_eb()
736 int ocfs2_journal_access_rb(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_rb()
743 int ocfs2_journal_access_gd(handle_t *handle, struct ocfs2_caching_info *ci, in ocfs2_journal_access_gd()
[all …]
Dalloc.c529 static inline int ocfs2_et_root_journal_access(handle_t *handle, in 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, in ocfs2_path_bh_journal_access()
747 handle_t *handle, in ocfs2_journal_access_path()
995 static int ocfs2_create_new_meta_bhs(handle_t *handle, in ocfs2_create_new_meta_bhs()
1102 static int ocfs2_adjust_rightmost_branch(handle_t *handle, in ocfs2_adjust_rightmost_branch()
1155 static int ocfs2_add_branch(handle_t *handle, in ocfs2_add_branch()
1338 static int ocfs2_shift_tree_depth(handle_t *handle, in ocfs2_shift_tree_depth()
1505 static int ocfs2_grow_tree(handle_t *handle, struct ocfs2_extent_tree *et, in ocfs2_grow_tree()
2022 static void ocfs2_complete_edge_insert(handle_t *handle, in ocfs2_complete_edge_insert()
[all …]
Dlocalalloc.c61 handle_t *handle,
72 handle_t *handle,
381 handle_t *handle; in ocfs2_shutdown_local_alloc()
563 handle_t *handle; in ocfs2_complete_local_alloc_recovery()
728 handle_t *handle, in ocfs2_claim_local_alloc_bits()
784 handle_t *handle, in ocfs2_free_local_alloc_bits()
963 handle_t *handle, in ocfs2_sync_local_to_main()
1162 handle_t *handle, in ocfs2_local_alloc_new_window()
1255 handle_t *handle = NULL; in ocfs2_local_alloc_slide_window()
Ddir.c76 handle_t *handle,
170 static int ocfs2_dx_dir_link_trailer(struct inode *dir, handle_t *handle, in ocfs2_dx_dir_link_trailer()
1106 int ocfs2_update_entry(struct inode *dir, handle_t *handle, in ocfs2_update_entry()
1144 static int __ocfs2_delete_entry(handle_t *handle, struct inode *dir, in __ocfs2_delete_entry()
1248 static int ocfs2_delete_entry_dx(handle_t *handle, struct inode *dir, in ocfs2_delete_entry_dx()
1364 static inline int ocfs2_delete_entry_id(handle_t *handle, in ocfs2_delete_entry_id()
1391 static inline int ocfs2_delete_entry_el(handle_t *handle, in ocfs2_delete_entry_el()
1404 int ocfs2_delete_entry(handle_t *handle, in ocfs2_delete_entry()
1473 static int __ocfs2_dx_dir_leaf_insert(struct inode *dir, handle_t *handle, in __ocfs2_dx_dir_leaf_insert()
1496 static void ocfs2_dx_inline_root_insert(struct inode *dir, handle_t *handle, in ocfs2_dx_inline_root_insert()
[all …]
Drefcounttree.c68 int (*cow_duplicate_clusters)(handle_t *handle,
561 handle_t *handle = NULL; in ocfs2_create_refcount_tree()
703 handle_t *handle = NULL; in ocfs2_set_refcount_tree()
765 handle_t *handle = NULL; in ocfs2_remove_refcount_tree()
1241 static int ocfs2_change_refcount_rec(handle_t *handle, in ocfs2_change_refcount_rec()
1282 static int ocfs2_expand_inline_ref_root(handle_t *handle, in ocfs2_expand_inline_ref_root()
1520 static int ocfs2_new_leaf_refcount_block(handle_t *handle, in ocfs2_new_leaf_refcount_block()
1616 static int ocfs2_expand_refcount_tree(handle_t *handle, in ocfs2_expand_refcount_tree()
1658 static int ocfs2_adjust_refcount_rec(handle_t *handle, in ocfs2_adjust_refcount_rec()
1742 static int ocfs2_insert_refcount_rec(handle_t *handle, in ocfs2_insert_refcount_rec()
[all …]
Dnamei.h37 handle_t *handle,
Dnamei.c75 handle_t *handle,
86 handle_t *handle,
95 handle_t *handle,
244 handle_t *handle = NULL; in ocfs2_mknod()
509 handle_t *handle, in __ocfs2_mknod_locked()
622 handle_t *handle, in ocfs2_mknod_locked()
688 handle_t *handle; in ocfs2_link()
890 handle_t *handle = NULL; in ocfs2_unlink()
1219 handle_t *handle = NULL; in ocfs2_rename()
1692 handle_t *handle, in ocfs2_create_symlink_data()
[all …]
Dacl.c169 handle_t *handle, umode_t new_mode) in ocfs2_acl_set_mode()
224 int ocfs2_set_acl(handle_t *handle, in ocfs2_set_acl()
354 int ocfs2_init_acl(handle_t *handle, in ocfs2_init_acl()
Dquota_global.c224 handle_t *handle = journal_current_handle(); in ocfs2_quota_write()
593 handle_t *handle; in ocfs2_sync_dquot_helper()
648 handle_t *handle; in ocfs2_write_dquot()
706 handle_t *handle; in ocfs2_release_dquot()
788 handle_t *handle; in ocfs2_acquire_dquot()
876 handle_t *handle; in ocfs2_mark_dquot_dirty()
925 handle_t *handle; in ocfs2_write_info()
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, in ocfs2_xattr_bucket_journal_access()
447 static void ocfs2_xattr_bucket_journal_dirty(handle_t *handle, in ocfs2_xattr_bucket_journal_dirty()
713 handle_t *handle = ctxt->handle; in ocfs2_xattr_extend_allocation()
779 handle_t *handle = ctxt->handle; in __ocfs2_remove_xattr_range()
1331 handle_t *handle, in __ocfs2_xattr_set_value_outside()
1425 static int ocfs2_xa_journal_access(handle_t *handle, struct ocfs2_xa_loc *loc, in ocfs2_xa_journal_access()
[all …]
Dfile.c268 handle_t *handle; in ocfs2_update_inode_atime()
302 int ocfs2_set_inode_size(handle_t *handle, in ocfs2_set_inode_size()
329 handle_t *handle = NULL; in ocfs2_simple_size_update()
388 handle_t *handle; in ocfs2_orphan_for_truncate()
548 handle_t *handle, in ocfs2_add_inode_data()
573 handle_t *handle = NULL; in __ocfs2_extend_allocation()
727 static handle_t *ocfs2_zero_start_ordered_transaction(struct inode *inode, in ocfs2_zero_start_ordered_transaction()
731 handle_t *handle = NULL; in ocfs2_zero_start_ordered_transaction()
774 handle_t *handle; in ocfs2_write_zero_page()
1138 handle_t *handle = NULL; in ocfs2_setattr()
[all …]
Dquota.h116 int ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot);
Dquota_local.c97 handle_t *handle; in ocfs2_modify_bh()
467 handle_t *handle; in ocfs2_recover_local_quota_file()
591 handle_t *handle; in ocfs2_finish_quota_recovery()
973 handle_t *handle; in ocfs2_local_quota_add_chunk()
1108 handle_t *handle; in ocfs2_extend_local_quota_file()
1272 int ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot) in ocfs2_local_release_dquot()
Dmove_extents.c58 static int __ocfs2_move_extent(handle_t *handle, in __ocfs2_move_extent()
229 handle_t *handle; in ocfs2_defrag_extent()
568 handle_t *handle; in ocfs2_move_extent()
899 handle_t *handle; in ocfs2_move_extents()
Dinode.h156 int ocfs2_mark_inode_dirty(handle_t *handle,
Dresize.c93 static int ocfs2_update_last_group_and_inode(handle_t *handle, in ocfs2_update_last_group_and_inode()
276 handle_t *handle; in ocfs2_group_extend()
465 handle_t *handle; in ocfs2_group_add()
Daops.c425 int walk_page_buffers( handle_t *handle, in walk_page_buffers()
430 int (*fn)( handle_t *handle, in walk_page_buffers()
1265 handle_t *w_handle;
1873 handle_t *handle; in ocfs2_write_begin_inline()
2089 handle_t *handle; in ocfs2_write_begin_nolock()
2376 handle_t *handle = wc->w_handle; in ocfs2_write_end_nolock()
Dinode.c559 handle_t *handle = NULL; in ocfs2_truncate_for_delete()
619 handle_t *handle; in ocfs2_remove_inode()
1261 int ocfs2_mark_inode_dirty(handle_t *handle, in ocfs2_mark_inode_dirty()
Docfs2.h472 typedef int (*ocfs2_journal_access_func)(handle_t *handle,
Dioctl.c84 handle_t *handle = NULL; in ocfs2_set_inode_attr()
/linux-4.4.14/include/linux/
Djbd2.h93 typedef struct jbd2_journal_handle handle_t; /* Atomic operation type */ typedef
469 handle_t *h_rsv_handle;
1211 static inline handle_t *journal_current_handle(void) in 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);
[all …]
/linux-4.4.14/fs/jbd2/
Dtransaction.c271 static int start_this_handle(journal_t *journal, handle_t *handle, in start_this_handle()
393 static handle_t *new_handle(int nblocks) in new_handle()
395 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); in new_handle()
426 handle_t *jbd2__journal_start(journal_t *journal, int nblocks, int rsv_blocks, in jbd2__journal_start()
430 handle_t *handle = journal_current_handle(); in jbd2__journal_start()
446 handle_t *rsv_handle; in jbd2__journal_start()
475 handle_t *jbd2_journal_start(journal_t *journal, int nblocks) in jbd2_journal_start()
481 void jbd2_journal_free_reserved(handle_t *handle) in jbd2_journal_free_reserved()
503 int jbd2_journal_start_reserved(handle_t *handle, unsigned int type, in jbd2_journal_start_reserved()
559 int jbd2_journal_extend(handle_t *handle, int nblocks) in jbd2_journal_extend()
[all …]
Drevoke.c324 int jbd2_journal_revoke(handle_t *handle, unsigned long long blocknr, in jbd2_journal_revoke()
415 int jbd2_journal_cancel_revoke(handle_t *handle, struct journal_head *jh) in jbd2_journal_cancel_revoke()