Lines Matching refs:handle
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) in ocfs2_jbd2_file_inode() argument
622 return jbd2_journal_file_inode(handle, &OCFS2_I(inode)->ip_jinode); in ocfs2_jbd2_file_inode()
634 static inline void ocfs2_update_inode_fsync_trans(handle_t *handle, in ocfs2_update_inode_fsync_trans() argument
640 oi->i_sync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()
642 oi->i_datasync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()