/linux-4.4.14/fs/ext4/ |
D | ext4_jbd2.h | 178 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 …]
|
D | ext4_jbd2.c | 10 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 …]
|
D | xattr.h | 108 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()
|
D | migrate.c | 28 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 …]
|
D | ext4.h | 179 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 …]
|
D | acl.h | 59 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()
|
D | xattr_security.c | 58 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()
|
D | inline.c | 246 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 …]
|
D | inode.c | 135 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 …]
|
D | namei.c | 50 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 …]
|
D | acl.c | 187 __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()
|
D | indirect.c | 322 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()
|
D | extents.c | 98 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 …]
|
D | resize.c | 354 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 …]
|
D | ioctl.c | 96 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()
|
D | xattr.c | 160 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()
|
D | ext4_extents.h | 270 int __ext4_ext_dirty(const char *where, unsigned int line, handle_t *handle,
|
D | file.c | 211 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()
|
D | crypto_policy.c | 53 handle_t *handle; in ext4_create_encryption_context_from_policy()
|
D | ialloc.c | 253 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()
|
D | page-io.c | 166 handle_t *handle = io->handle; in ext4_end_io()
|
D | move_extent.c | 264 handle_t *handle; in move_extent_per_page()
|
D | balloc.c | 628 ext4_fsblk_t ext4_new_meta_blocks(handle_t *handle, struct inode *inode, in ext4_new_meta_blocks()
|
D | super.c | 4849 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()
|
D | mballoc.c | 2887 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/ |
D | suballoc.h | 90 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 …]
|
D | journal.h | 256 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 …]
|
D | alloc.h | 96 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 …]
|
D | dir.h | 60 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,
|
D | refcounttree.h | 45 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,
|
D | aops.h | 27 handle_t *ocfs2_start_walk_page_trans(struct inode *inode, 38 int walk_page_buffers( handle_t *handle, 43 int (*fn)( handle_t *handle,
|
D | acl.h | 31 int ocfs2_set_acl(handle_t *handle, 39 extern int ocfs2_init_acl(handle_t *, struct inode *, struct inode *,
|
D | localalloc.h | 52 handle_t *handle, 59 handle_t *handle,
|
D | xattr.h | 50 int ocfs2_xattr_set_handle(handle_t *, struct inode *, struct buffer_head *, 60 int ocfs2_init_security_set(handle_t *, struct inode *,
|
D | file.h | 50 handle_t *handle, 54 int ocfs2_set_inode_size(handle_t *handle,
|
D | suballoc.c | 85 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 …]
|
D | journal.c | 348 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 …]
|
D | alloc.c | 529 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 …]
|
D | localalloc.c | 61 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()
|
D | dir.c | 76 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 …]
|
D | refcounttree.c | 68 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 …]
|
D | namei.h | 37 handle_t *handle,
|
D | namei.c | 75 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 …]
|
D | acl.c | 169 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()
|
D | quota_global.c | 224 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()
|
D | xattr.c | 78 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 …]
|
D | file.c | 268 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 …]
|
D | quota.h | 116 int ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot);
|
D | quota_local.c | 97 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()
|
D | move_extents.c | 58 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()
|
D | inode.h | 156 int ocfs2_mark_inode_dirty(handle_t *handle,
|
D | resize.c | 93 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()
|
D | aops.c | 425 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()
|
D | inode.c | 559 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()
|
D | ocfs2.h | 472 typedef int (*ocfs2_journal_access_func)(handle_t *handle,
|
D | ioctl.c | 84 handle_t *handle = NULL; in ocfs2_set_inode_attr()
|
/linux-4.4.14/include/linux/ |
D | jbd2.h | 93 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/ |
D | transaction.c | 271 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 …]
|
D | revoke.c | 324 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()
|