Home
last modified time | relevance | path

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

12

/linux/fs/ext4/
H A Dext4_jbd2.h126 ext4_mark_iloc_dirty(handle_t *handle,
135 int ext4_reserve_inode_write(handle_t *handle, struct inode *inode,
140 int __ext4_mark_inode_dirty(handle_t *handle, struct inode *inode,
150 handle_t *handle, struct super_block *sb,
154 int __ext4_forget(const char *where, unsigned int line, handle_t *handle,
159 handle_t *handle, struct super_block *sb,
164 handle_t *handle, struct inode *inode,
180 handle_t *__ext4_journal_start_sb(struct inode *inode, struct super_block *sb,
183 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle);
187 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid()
[all …]
H A Dext4_jbd2.c33 static handle_t *ext4_get_nojournal(void) in ext4_get_nojournal()
35 handle_t *handle = current->journal_info; in ext4_get_nojournal()
57 static void ext4_put_nojournal(handle_t *handle) in ext4_put_nojournal()
100 handle_t *__ext4_journal_start_sb(struct inode *inode, in __ext4_journal_start_sb()
126 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) in __ext4_journal_stop()
153 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line, in __ext4_journal_start_reserved()
177 int __ext4_journal_ensure_credits(handle_t *handle, int check_cred, in __ext4_journal_ensure_credits()
195 handle_t *handle, int err) in ext4_journal_abort_handle()
240 handle_t *handle, struct super_block *sb, in __ext4_journal_get_write_access()
275 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, in __ext4_forget()
[all …]
H A Dxattr.h177 extern int ext4_xattr_set_handle(handle_t *, struct inode *, int, const char *, const void *, size_…
184 extern int ext4_xattr_delete_inode(handle_t *handle, struct inode *inode,
190 struct ext4_inode *raw_inode, handle_t *handle);
200 extern int ext4_xattr_ibody_set(handle_t *handle, struct inode *inode,
215 extern int ext4_init_security(handle_t *handle, struct inode *inode,
218 static inline int ext4_init_security(handle_t *handle, struct inode *inode, in ext4_init_security()
H A Dmigrate.c21 static int finish_range(handle_t *handle, struct inode *inode, in finish_range()
65 static int update_extent_range(handle_t *handle, struct inode *inode, in update_extent_range()
90 static int update_ind_extent_range(handle_t *handle, struct inode *inode, in update_ind_extent_range()
119 static int update_dind_extent_range(handle_t *handle, struct inode *inode, in update_dind_extent_range()
149 static int update_tind_extent_range(handle_t *handle, struct inode *inode, in update_tind_extent_range()
179 static int free_dind_blocks(handle_t *handle, in free_dind_blocks()
220 static int free_tind_blocks(handle_t *handle, in free_tind_blocks()
254 static int free_ind_block(handle_t *handle, struct inode *inode, __le32 *i_data) in free_ind_block()
287 static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode, in ext4_ext_swap_inode_data()
353 static int free_ext_idx(handle_t *handle, struct inode *inode, in free_ext_idx()
[all …]
H A Dext4.h293 handle_t *handle; /* handle reserved for extent
2896 extern ext4_fsblk_t ext4_new_meta_blocks(handle_t *handle, struct inode *inode,
3047 extern struct inode *__ext4_new_inode(struct mnt_idmap *, handle_t *,
3063 extern void ext4_free_inode(handle_t *, struct inode *);
3076 void ext4_fc_track_range(handle_t *handle, struct inode *inode, ext4_lblk_t start,
3078 void __ext4_fc_track_unlink(handle_t *handle, struct inode *inode,
3080 void __ext4_fc_track_link(handle_t *handle, struct inode *inode,
3082 void ext4_fc_track_unlink(handle_t *handle, struct dentry *dentry);
3083 void ext4_fc_track_link(handle_t *handle, struct inode *inode,
3085 void __ext4_fc_track_create(handle_t *handle, struct inode *inode,
[all …]
H A Dacl.h61 extern int ext4_init_acl(handle_t *, struct inode *, struct inode *);
69 ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) in ext4_init_acl()
H A Dxattr_security.c40 handle_t *handle = fs_info; in ext4_initxattrs()
55 ext4_init_security(handle_t *handle, struct inode *inode, struct inode *dir, in ext4_init_security()
H A Dinline.c266 static int ext4_create_inline_data(handle_t *handle, in ext4_create_inline_data()
335 static int ext4_update_inline_data(handle_t *handle, struct inode *inode, in ext4_update_inline_data()
406 static int ext4_prepare_inline_data(handle_t *handle, struct inode *inode, in ext4_prepare_inline_data()
435 static int ext4_destroy_inline_data_nolock(handle_t *handle, in ext4_destroy_inline_data_nolock()
575 handle_t *handle = NULL; in ext4_convert_inline_data_to_extent()
702 handle_t *handle; in ext4_generic_write_inline_data()
796 handle_t *handle = ext4_journal_current_handle(); in ext4_write_inline_data_end()
978 static int ext4_add_dirent_to_inline(handle_t *handle, in ext4_add_dirent_to_inline()
1060 static int ext4_update_inline_dir(handle_t *handle, struct inode *dir, in ext4_update_inline_dir()
1082 static void ext4_restore_inline_data(handle_t *handle, struct inode *inode, in ext4_restore_inline_data()
[all …]
H A Dinode.c55 static void ext4_journalled_zero_new_buffers(handle_t *handle,
171 handle_t *handle; in ext4_evict_inode()
461 static void ext4_map_blocks_es_recheck(handle_t *handle, in ext4_map_blocks_es_recheck()
503 static int ext4_map_query_blocks_next_in_leaf(handle_t *handle, in ext4_map_query_blocks_next_in_leaf()
558 int ext4_map_query_blocks(handle_t *handle, struct inode *inode, in ext4_map_query_blocks()
605 int ext4_map_create_blocks(handle_t *handle, struct inode *inode, in ext4_map_create_blocks()
700 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks()
896 static inline int ext4_journal_ensure_extent_credits(handle_t *handle, in ext4_journal_ensure_extent_credits()
976 struct buffer_head *ext4_getblk(handle_t *handle, struct inode *inode, in ext4_getblk()
1048 struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode, in ext4_bread()
[all …]
H A Dnamei.c53 static struct buffer_head *ext4_append(handle_t *handle, in ext4_append()
297 static int ext4_dx_add_entry(handle_t *handle, struct ext4_filename *fname,
404 int ext4_handle_dirty_dirblock(handle_t *handle, in ext4_handle_dirty_dirblock()
514 static inline int ext4_handle_dirty_dx_node(handle_t *handle, in ext4_handle_dirty_dx_node()
1905 static struct ext4_dir_entry_2 *do_split(handle_t *handle, struct inode *dir, in do_split()
2110 static int add_dirent_to_buf(handle_t *handle, struct ext4_filename *fname, in add_dirent_to_buf()
2211 static int make_indexed_dir(handle_t *handle, struct ext4_filename *fname, in make_indexed_dir()
2358 static int __ext4_add_entry(handle_t *handle, struct inode *dir, in __ext4_add_entry()
2462 static int ext4_add_entry(handle_t *handle, struct dentry *dentry, in ext4_add_entry()
2475 static int ext4_dx_add_entry(handle_t *handle, struct ext4_filename *fname, in ext4_dx_add_entry()
[all …]
H A Dacl.c189 __ext4_set_acl(handle_t *handle, struct inode *inode, int type, in __ext4_set_acl()
231 handle_t *handle; in ext4_set_acl()
279 ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir) in ext4_init_acl()
H A Dextents.c45 handle_t *handle, struct inode *inode, struct ext4_map_blocks *map,
85 static struct ext4_ext_path *ext4_split_extent_at(handle_t *handle,
138 int ext4_datasem_ensure_credits(handle_t *handle, struct inode *inode, in ext4_datasem_ensure_credits()
157 static int ext4_ext_get_access(handle_t *handle, struct inode *inode, in ext4_ext_get_access()
188 handle_t *handle, struct inode *inode, in __ext4_ext_dirty()
265 ext4_ext_new_meta_block(handle_t *handle, struct inode *inode, in ext4_ext_new_meta_block()
332 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, in ext4_force_split_extent_at()
872 void ext4_ext_tree_init(handle_t *handle, struct inode *inode) in ext4_ext_tree_init()
975 static int ext4_ext_insert_index(handle_t *handle, struct inode *inode, in ext4_ext_insert_index()
1053 static int ext4_ext_split(handle_t *handle, struct inode *inode, in ext4_ext_split()
[all …]
H A Dext4_extents.h268 handle_t *handle, struct inode *inode,
274 handle_t *handle, struct inode *inode,
H A Dxattr.c849 static void ext4_xattr_update_super_block(handle_t *handle, in ext4_xattr_update_super_block()
1033 static int ext4_xattr_inode_update_ref(handle_t *handle, struct inode *ea_inode, in ext4_xattr_inode_update_ref()
1086 static int ext4_xattr_inode_inc_ref(handle_t *handle, struct inode *ea_inode) in ext4_xattr_inode_inc_ref()
1091 static int ext4_xattr_inode_dec_ref(handle_t *handle, struct inode *ea_inode) in ext4_xattr_inode_dec_ref()
1096 static int ext4_xattr_inode_inc_ref_all(handle_t *handle, struct inode *parent, in ext4_xattr_inode_inc_ref_all()
1152 static int ext4_xattr_restart_fn(handle_t *handle, struct inode *inode, in ext4_xattr_restart_fn()
1171 ext4_xattr_inode_dec_ref_all(handle_t *handle, struct inode *parent, in ext4_xattr_inode_dec_ref_all()
1278 ext4_xattr_release_block(handle_t *handle, struct inode *inode, in ext4_xattr_release_block()
1391 static int ext4_xattr_inode_write(handle_t *handle, struct inode *ea_inode, in ext4_xattr_inode_write()
1476 static struct inode *ext4_xattr_inode_create(handle_t *handle, in ext4_xattr_inode_create()
[all …]
H A Dmballoc.h273 extern int ext4_mb_mark_context(handle_t *handle,
289 handle_t *handle);
H A Dfile.c366 handle_t *handle; in ext4_handle_inode_extension()
413 handle_t *handle = ext4_journal_start(inode, EXT4_HT_INODE, 2); in ext4_inode_extension_cleanup()
578 handle_t *handle; in ext4_dio_write_iter()
712 handle_t *handle; in ext4_dax_write_iter()
805 handle_t *handle = NULL; in ext4_dax_huge_fault()
917 handle_t *handle; in ext4_sample_last_mounted()
H A Dcrypto.c88 handle_t *handle; in ext4_ioctl_get_encryption_pwsalt()
135 handle_t *handle = fs_data; in ext4_set_context()
/linux/fs/ocfs2/
H A Dsuballoc.h75 handle_t *handle,
85 int ocfs2_block_group_set_bits(handle_t *handle,
94 int ocfs2_claim_metadata(handle_t *handle,
101 int ocfs2_claim_new_inode(handle_t *handle,
108 int ocfs2_claim_clusters(handle_t *handle,
117 int __ocfs2_claim_clusters(handle_t *handle,
124 int ocfs2_free_suballoc_bits(handle_t *handle,
130 int ocfs2_free_dinode(handle_t *handle,
134 int ocfs2_free_clusters(handle_t *handle,
139 int ocfs2_release_clusters(handle_t *handle,
[all …]
H A Ddir.h44 int ocfs2_delete_entry(handle_t *handle,
47 int __ocfs2_add_entry(handle_t *handle,
53 static inline int ocfs2_add_entry(handle_t *handle, in ocfs2_add_entry()
63 int ocfs2_update_entry(struct inode *dir, handle_t *handle,
89 handle_t *handle,
H A Drefcounttree.h35 handle_t *handle, u32 cpos, u32 len,
50 handle_t *handle,
77 int ocfs2_duplicate_clusters_by_page(handle_t *handle,
81 int ocfs2_duplicate_clusters_by_jbd(handle_t *handle,
98 int ocfs2_increase_refcount(handle_t *handle,
H A Dlocalalloc.h36 handle_t *handle,
43 handle_t *handle,
H A Dfile.h35 handle_t *handle,
39 int ocfs2_set_inode_size(handle_t *handle,
H A Dlocalalloc.c45 handle_t *handle,
56 handle_t *handle,
370 handle_t *handle; in ocfs2_shutdown_local_alloc()
551 handle_t *handle; in ocfs2_complete_local_alloc_recovery()
715 handle_t *handle, in ocfs2_claim_local_alloc_bits()
771 handle_t *handle, in ocfs2_free_local_alloc_bits()
941 handle_t *handle, in ocfs2_sync_local_to_main()
1141 handle_t *handle, in ocfs2_local_alloc_new_window()
1234 handle_t *handle = NULL; in ocfs2_local_alloc_slide_window()
H A Dnamei.h21 handle_t *handle,
/linux/include/linux/
H A Djbd2.h88 typedef struct jbd2_journal_handle handle_t; /* Atomic operation type */ typedef
505 handle_t *h_rsv_handle;
1514 static inline handle_t *journal_current_handle(void) in journal_current_handle()
1525 extern handle_t *jbd2_journal_start(journal_t *, int nblocks);
1526 extern handle_t *jbd2__journal_start(journal_t *, int blocks, int rsv_blocks,
1529 extern int jbd2_journal_restart(handle_t *, int nblocks);
1530 extern int jbd2__journal_restart(handle_t *, int nblocks,
1532 extern int jbd2_journal_start_reserved(handle_t *handle,
1534 extern void jbd2_journal_free_reserved(handle_t *handle);
1535 extern int jbd2_journal_extend(handle_t *handle, int nblocks,
[all …]

12