Lines Matching defs:handle
91 handle_t *handle, in ext3_journal_abort_handle()
109 handle_t *handle, struct buffer_head *bh) in __ext3_journal_get_undo_access()
119 handle_t *handle, struct buffer_head *bh) in __ext3_journal_get_write_access()
129 handle_t *handle, struct buffer_head *bh, int async) in __ext3_journal_dirty_data()
138 ext3_journal_forget(handle_t *handle, struct buffer_head *bh) in ext3_journal_forget()
144 __ext3_journal_revoke(const char *where, handle_t *handle, in __ext3_journal_revoke()
155 handle_t *handle, struct buffer_head *bh) in __ext3_journal_get_create_access()
165 handle_t *handle, struct buffer_head *bh) in __ext3_journal_dirty_metadata()
174 #define ext3_journal_get_undo_access(handle, bh) \ argument
176 #define ext3_journal_get_write_access(handle, bh) \ argument
178 #define ext3_journal_dirty_data(handle, bh, async) \ argument
180 #define ext3_journal_revoke(handle, blocknr, bh) \ argument
182 #define ext3_journal_get_create_access(handle, bh) \ argument
184 #define ext3_journal_dirty_metadata(handle, bh) \ argument
232 handle_t *handle, struct inode *inode) in __ext3_journal_stop()
244 #define ext3_journal_stop(handle, inode) \ argument
263 static inline int ext3_journal_extend(handle_t *handle, int nblocks) in ext3_journal_extend()
268 static inline int ext3_journal_restart(handle_t *handle, int nblocks) in ext3_journal_restart()