Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 56) sorted by relevance

123

/fs/ext4/
Dext4_jbd2.h146 #define ext4_journal_get_undo_access(handle, bh) \ argument
148 #define ext4_journal_get_write_access(handle, bh) \ argument
150 #define ext4_journal_revoke(handle, blocknr, bh) \ argument
152 #define ext4_journal_get_create_access(handle, bh) \ argument
154 #define ext4_journal_forget(handle, bh) \ argument
156 #define ext4_handle_dirty_metadata(handle, inode, bh) \ argument
164 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid()
171 static inline void ext4_handle_sync(handle_t *handle) in ext4_handle_sync()
177 static inline void ext4_handle_release_buffer(handle_t *handle, in ext4_handle_release_buffer()
184 static inline int ext4_handle_is_aborted(handle_t *handle) in ext4_handle_is_aborted()
[all …]
Dext4_jbd2.c7 int __ext4_journal_get_undo_access(const char *where, handle_t *handle, in __ext4_journal_get_undo_access()
21 int __ext4_journal_get_write_access(const char *where, handle_t *handle, in __ext4_journal_get_write_access()
35 int __ext4_journal_forget(const char *where, handle_t *handle, in __ext4_journal_forget()
49 int __ext4_journal_revoke(const char *where, handle_t *handle, in __ext4_journal_revoke()
64 handle_t *handle, struct buffer_head *bh) in __ext4_journal_get_create_access()
77 int __ext4_handle_dirty_metadata(const char *where, handle_t *handle, in __ext4_handle_dirty_metadata()
Dmigrate.c28 static int finish_range(handle_t *handle, struct inode *inode, in finish_range()
88 static int update_extent_range(handle_t *handle, struct inode *inode, in update_extent_range()
113 static int update_ind_extent_range(handle_t *handle, struct inode *inode, in update_ind_extent_range()
151 static int update_dind_extent_range(handle_t *handle, struct inode *inode, in update_dind_extent_range()
191 static int update_tind_extent_range(handle_t *handle, struct inode *inode, in update_tind_extent_range()
229 static int extend_credit_for_blkdel(handle_t *handle, struct inode *inode) in extend_credit_for_blkdel()
249 static int free_dind_blocks(handle_t *handle, in free_dind_blocks()
275 static int free_tind_blocks(handle_t *handle, in free_tind_blocks()
304 static int free_ind_block(handle_t *handle, struct inode *inode, __le32 *i_data) in free_ind_block()
331 static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode, in ext4_ext_swap_inode_data()
[all …]
Dinode.c80 int ext4_forget(handle_t *handle, int is_metadata, struct inode *inode, in ext4_forget()
178 static int try_to_extend_transaction(handle_t *handle, struct inode *inode) in try_to_extend_transaction()
194 static int ext4_journal_test_restart(handle_t *handle, struct inode *inode) in ext4_journal_test_restart()
206 handle_t *handle; in ext4_delete_inode() local
555 static int ext4_alloc_blocks(handle_t *handle, struct inode *inode, in ext4_alloc_blocks()
673 static int ext4_alloc_branch(handle_t *handle, struct inode *inode, in ext4_alloc_branch()
765 static int ext4_splice_branch(handle_t *handle, struct inode *inode, in ext4_splice_branch()
861 static int ext4_get_blocks_handle(handle_t *handle, struct inode *inode, in ext4_get_blocks_handle()
1065 int ext4_get_blocks_wrap(handle_t *handle, struct inode *inode, sector_t block, in ext4_get_blocks_wrap()
1160 handle_t *handle = ext4_journal_current_handle(); in ext4_get_block() local
[all …]
Dresize.c120 static struct buffer_head *bclean(handle_t *handle, struct super_block *sb, in bclean()
147 static int extend_or_restart_transaction(handle_t *handle, int thresh, in extend_or_restart_transaction()
184 handle_t *handle; in setup_new_group_blocks() local
397 static int add_new_gdb(handle_t *handle, struct inode *inode, in add_new_gdb()
538 static int reserve_backup_gdb(handle_t *handle, struct inode *inode, in reserve_backup_gdb()
663 handle_t *handle; in update_backups() local
747 handle_t *handle; in ext4_group_add() local
983 handle_t *handle; in ext4_group_extend() local
Dextents.c96 static int ext4_ext_journal_restart(handle_t *handle, int needed) in ext4_ext_journal_restart()
115 static int ext4_ext_get_access(handle_t *handle, struct inode *inode, in ext4_ext_get_access()
133 static int ext4_ext_dirty(handle_t *handle, struct inode *inode, in ext4_ext_dirty()
189 ext4_ext_new_meta_block(handle_t *handle, struct inode *inode, in ext4_ext_new_meta_block()
526 int ext4_ext_tree_init(handle_t *handle, struct inode *inode) in ext4_ext_tree_init()
617 static int ext4_ext_insert_index(handle_t *handle, struct inode *inode, in ext4_ext_insert_index()
678 static int ext4_ext_split(handle_t *handle, struct inode *inode, in ext4_ext_split()
916 static int ext4_ext_grow_indepth(handle_t *handle, struct inode *inode, in ext4_ext_grow_indepth()
1001 static int ext4_ext_create_new_leaf(handle_t *handle, struct inode *inode, in ext4_ext_create_new_leaf()
1280 static int ext4_ext_correct_indexes(handle_t *handle, struct inode *inode, in ext4_ext_correct_indexes()
[all …]
Dnamei.c52 static struct buffer_head *ext4_append(handle_t *handle, in ext4_append()
1159 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split()
1263 static int add_dirent_to_buf(handle_t *handle, struct dentry *dentry, in add_dirent_to_buf()
1351 static int make_indexed_dir(handle_t *handle, struct dentry *dentry, in make_indexed_dir()
1448 static int ext4_add_entry(handle_t *handle, struct dentry *dentry, in ext4_add_entry()
1498 static int ext4_dx_add_entry(handle_t *handle, struct dentry *dentry, in ext4_dx_add_entry()
1636 static int ext4_delete_entry(handle_t *handle, in ext4_delete_entry()
1675 static void ext4_inc_count(handle_t *handle, struct inode *inode) in ext4_inc_count()
1692 static void ext4_dec_count(handle_t *handle, struct inode *inode) in ext4_dec_count()
1700 static int ext4_add_nondir(handle_t *handle, in ext4_add_nondir()
[all …]
Dxattr.h108 ext4_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index, in ext4_xattr_set_handle()
115 ext4_xattr_delete_inode(handle_t *handle, struct inode *inode) in ext4_xattr_delete_inode()
137 struct ext4_inode *raw_inode, handle_t *handle) in ext4_expand_extra_isize_ea()
150 static inline int ext4_init_security(handle_t *handle, struct inode *inode, in ext4_init_security()
Dioctl.c35 handle_t *handle = NULL; in ext4_ioctl() local
136 handle_t *handle; in ext4_ioctl() local
Dacl.c223 ext4_set_acl(handle_t *handle, struct inode *inode, int type, in ext4_set_acl()
314 ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) in ext4_init_acl()
393 handle_t *handle; in ext4_acl_chmod() local
486 handle_t *handle; in ext4_xattr_set_acl() local
/fs/ext3/
Dext3_jbd.c7 int __ext3_journal_get_undo_access(const char *where, handle_t *handle, in __ext3_journal_get_undo_access()
16 int __ext3_journal_get_write_access(const char *where, handle_t *handle, in __ext3_journal_get_write_access()
25 int __ext3_journal_forget(const char *where, handle_t *handle, in __ext3_journal_forget()
34 int __ext3_journal_revoke(const char *where, handle_t *handle, in __ext3_journal_revoke()
44 handle_t *handle, struct buffer_head *bh) in __ext3_journal_get_create_access()
53 handle_t *handle, struct buffer_head *bh) in __ext3_journal_dirty_metadata()
Dinode.c66 int ext3_forget(handle_t *handle, int is_metadata, struct inode *inode, in ext3_forget()
161 static int try_to_extend_transaction(handle_t *handle, struct inode *inode) in try_to_extend_transaction()
175 static int ext3_journal_test_restart(handle_t *handle, struct inode *inode) in ext3_journal_test_restart()
186 handle_t *handle; in ext3_delete_inode() local
517 static int ext3_alloc_blocks(handle_t *handle, struct inode *inode, in ext3_alloc_blocks()
593 static int ext3_alloc_branch(handle_t *handle, struct inode *inode, in ext3_alloc_branch()
684 static int ext3_splice_branch(handle_t *handle, struct inode *inode, in ext3_splice_branch()
788 int ext3_get_blocks_handle(handle_t *handle, struct inode *inode, in ext3_get_blocks_handle()
958 handle_t *handle = ext3_journal_current_handle(); in ext3_get_block() local
996 struct buffer_head *ext3_getblk(handle_t *handle, struct inode *inode, in ext3_getblk()
[all …]
Dresize.c115 static struct buffer_head *bclean(handle_t *handle, struct super_block *sb, in bclean()
161 static int extend_or_restart_transaction(handle_t *handle, int thresh, in extend_or_restart_transaction()
200 handle_t *handle; in setup_new_group_blocks() local
416 static int add_new_gdb(handle_t *handle, struct inode *inode, in add_new_gdb()
557 static int reserve_backup_gdb(handle_t *handle, struct inode *inode, in reserve_backup_gdb()
682 handle_t *handle; in update_backups() local
765 handle_t *handle; in ext3_group_add() local
971 handle_t *handle; in ext3_group_extend() local
Dnamei.c52 static struct buffer_head *ext3_append(handle_t *handle, in ext3_append()
1149 static struct ext3_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split()
1253 static int add_dirent_to_buf(handle_t *handle, struct dentry *dentry, in add_dirent_to_buf()
1341 static int make_indexed_dir(handle_t *handle, struct dentry *dentry, in make_indexed_dir()
1437 static int ext3_add_entry (handle_t *handle, struct dentry *dentry, in ext3_add_entry()
1488 static int ext3_dx_add_entry(handle_t *handle, struct dentry *dentry, in ext3_dx_add_entry()
1624 static int ext3_delete_entry (handle_t *handle, in ext3_delete_entry()
1659 static int ext3_add_nondir(handle_t *handle, in ext3_add_nondir()
1686 handle_t *handle; in ext3_create() local
1717 handle_t *handle; in ext3_mknod() local
[all …]
Dioctl.c36 handle_t *handle = NULL; in ext3_ioctl() local
136 handle_t *handle; in ext3_ioctl() local
/fs/jbd/
Dtransaction.c83 static int start_this_handle(journal_t *journal, handle_t *handle) in start_this_handle()
242 handle_t *handle = jbd_alloc_handle(GFP_NOFS); in new_handle() local
270 handle_t *handle = journal_current_handle(); in journal_start() local
322 int journal_extend(handle_t *handle, int nblocks) in journal_extend()
388 int journal_restart(handle_t *handle, int nblocks) in journal_restart()
533 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access()
764 int journal_get_write_access(handle_t *handle, struct buffer_head *bh) in journal_get_write_access()
797 int journal_get_create_access(handle_t *handle, struct buffer_head *bh) in journal_get_create_access()
885 int journal_get_undo_access(handle_t *handle, struct buffer_head *bh) in journal_get_undo_access()
952 int journal_dirty_data(handle_t *handle, struct buffer_head *bh) in journal_dirty_data()
[all …]
/fs/jbd2/
Dtransaction.c86 static int start_this_handle(journal_t *journal, handle_t *handle) in start_this_handle()
252 handle_t *handle = jbd2_alloc_handle(GFP_NOFS); in new_handle() local
281 handle_t *handle = journal_current_handle(); in jbd2_journal_start() local
332 int jbd2_journal_extend(handle_t *handle, int nblocks) in jbd2_journal_extend()
398 int jbd2_journal_restart(handle_t *handle, int nblocks) in jbd2_journal_restart()
543 do_get_write_access(handle_t *handle, struct journal_head *jh, in do_get_write_access()
781 int jbd2_journal_get_write_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_write_access()
814 int jbd2_journal_get_create_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_create_access()
904 int jbd2_journal_get_undo_access(handle_t *handle, struct buffer_head *bh) in jbd2_journal_get_undo_access()
1014 int jbd2_journal_dirty_metadata(handle_t *handle, struct buffer_head *bh) in jbd2_journal_dirty_metadata()
[all …]
/fs/ocfs2/
Dalloc.c360 static inline int ocfs2_et_root_journal_access(handle_t *handle, in ocfs2_et_root_journal_access()
572 static int ocfs2_path_bh_journal_access(handle_t *handle, in ocfs2_path_bh_journal_access()
592 static int ocfs2_journal_access_path(struct inode *inode, handle_t *handle, in ocfs2_journal_access_path()
854 handle_t *handle, in ocfs2_create_new_meta_bhs()
970 handle_t *handle, in ocfs2_add_branch()
1149 handle_t *handle, in ocfs2_shift_tree_depth()
1334 static int ocfs2_grow_tree(struct inode *inode, handle_t *handle, in ocfs2_grow_tree()
1853 static void ocfs2_complete_edge_insert(struct inode *inode, handle_t *handle, in ocfs2_complete_edge_insert()
1932 handle_t *handle, in ocfs2_rotate_subtree_right()
2117 static int ocfs2_extend_rotate_transaction(handle_t *handle, int subtree_depth, in ocfs2_extend_rotate_transaction()
[all …]
Dsuballoc.c328 static int ocfs2_block_group_fill(handle_t *handle, in ocfs2_block_group_fill()
412 handle_t *handle = NULL; in ocfs2_block_group_alloc() local
969 static inline int ocfs2_block_group_set_bits(handle_t *handle, in ocfs2_block_group_set_bits()
1038 static int ocfs2_relink_block_group(handle_t *handle, in ocfs2_relink_block_group()
1239 handle_t *handle, in ocfs2_alloc_dinode_update_counts()
1269 handle_t *handle, in ocfs2_search_one_group()
1324 handle_t *handle, in ocfs2_search_chain()
1468 handle_t *handle, in ocfs2_claim_suballoc_bits()
1585 handle_t *handle, in ocfs2_claim_metadata()
1622 handle_t *handle, in ocfs2_claim_new_inode()
[all …]
Dnamei.c227 handle_t *handle = NULL; in ocfs2_mknod() local
457 handle_t *handle, in ocfs2_mknod_locked()
606 handle_t *handle; in ocfs2_link() local
768 handle_t *handle = NULL; in ocfs2_unlink() local
1020 handle_t *handle = NULL; in ocfs2_rename() local
1452 handle_t *handle, in ocfs2_create_symlink_data()
1565 handle_t *handle = NULL; in ocfs2_symlink() local
1883 handle_t *handle, in ocfs2_orphan_add()
1950 handle_t *handle, in ocfs2_orphan_del()
Djournal.c262 handle_t *handle; in ocfs2_start_trans() local
297 handle_t *handle) in ocfs2_commit_trans()
334 int ocfs2_extend_trans(handle_t *handle, int nblocks) in ocfs2_extend_trans()
499 static int __ocfs2_journal_access(handle_t *handle, in __ocfs2_journal_access()
561 int ocfs2_journal_access_di(handle_t *handle, struct inode *inode, in ocfs2_journal_access_di()
568 int ocfs2_journal_access_eb(handle_t *handle, struct inode *inode, in ocfs2_journal_access_eb()
575 int ocfs2_journal_access_gd(handle_t *handle, struct inode *inode, in ocfs2_journal_access_gd()
582 int ocfs2_journal_access_db(handle_t *handle, struct inode *inode, in ocfs2_journal_access_db()
589 int ocfs2_journal_access_xb(handle_t *handle, struct inode *inode, in ocfs2_journal_access_xb()
596 int ocfs2_journal_access_dq(handle_t *handle, struct inode *inode, in ocfs2_journal_access_dq()
[all …]
Dquota_global.c199 handle_t *handle = journal_current_handle(); in ocfs2_quota_write() local
561 handle_t *handle; in ocfs2_sync_dquot_helper() local
617 handle_t *handle; in ocfs2_write_dquot() local
654 handle_t *handle; in ocfs2_release_dquot() local
704 handle_t *handle; in ocfs2_acquire_dquot() local
745 handle_t *handle; in ocfs2_mark_dquot_dirty() local
791 handle_t *handle; in ocfs2_write_info() local
Dfile.c247 handle_t *handle; in ocfs2_update_inode_atime() local
286 static int ocfs2_set_inode_size(handle_t *handle, in ocfs2_set_inode_size()
315 handle_t *handle = NULL; in ocfs2_simple_size_update() local
340 handle_t *handle; in ocfs2_orphan_for_truncate() local
507 handle_t *handle, in ocfs2_add_inode_data()
533 handle_t *handle = NULL; in __ocfs2_extend_allocation() local
699 handle_t *handle = NULL; in ocfs2_write_zero_page() local
896 handle_t *handle = NULL; in ocfs2_setattr() local
1110 handle_t *handle; in __ocfs2_write_remove_suid() local
1315 handle_t *handle; in ocfs2_zero_partial_clusters() local
[all …]
Dlocalalloc.c321 handle_t *handle; in ocfs2_shutdown_local_alloc() local
512 handle_t *handle; in ocfs2_complete_local_alloc_recovery() local
734 handle_t *handle, in ocfs2_claim_local_alloc_bits()
909 handle_t *handle, in ocfs2_sync_local_to_main()
1108 handle_t *handle, in ocfs2_local_alloc_new_window()
1202 handle_t *handle = NULL; in ocfs2_local_alloc_slide_window() local
Ddir.c510 int ocfs2_update_entry(struct inode *dir, handle_t *handle, in ocfs2_update_entry()
541 static int __ocfs2_delete_entry(handle_t *handle, struct inode *dir, in __ocfs2_delete_entry()
590 static inline int ocfs2_delete_entry_id(handle_t *handle, in ocfs2_delete_entry_id()
617 static inline int ocfs2_delete_entry_el(handle_t *handle, in ocfs2_delete_entry_el()
630 int ocfs2_delete_entry(handle_t *handle, in ocfs2_delete_entry()
672 int __ocfs2_add_entry(handle_t *handle, in __ocfs2_add_entry()
1241 handle_t *handle, in ocfs2_fill_new_dir_id()
1279 handle_t *handle, in ocfs2_fill_new_dir_el()
1340 handle_t *handle, in ocfs2_fill_new_dir()
1410 handle_t *handle; in ocfs2_expand_inline_dir() local
[all …]

123