Lines Matching refs:handle_t

999 extern ext3_fsblk_t ext3_new_block (handle_t *handle, struct inode *inode,
1001 extern ext3_fsblk_t ext3_new_blocks (handle_t *handle, struct inode *inode,
1003 extern void ext3_free_blocks (handle_t *handle, struct inode *inode,
1005 extern void ext3_free_blocks_sb (handle_t *handle, struct super_block *sb,
1035 extern struct inode * ext3_new_inode (handle_t *, struct inode *,
1037 extern void ext3_free_inode (handle_t *, struct inode *);
1046 int ext3_forget(handle_t *handle, int is_metadata, struct inode *inode,
1048 struct buffer_head * ext3_getblk (handle_t *, struct inode *, long, int, int *);
1049 struct buffer_head * ext3_bread (handle_t *, struct inode *, int, int, int *);
1050 int ext3_get_blocks_handle(handle_t *handle, struct inode *inode,
1058 extern int ext3_sync_inode (handle_t *, struct inode *);
1076 extern int ext3_orphan_add(handle_t *, struct inode *);
1077 extern int ext3_orphan_del(handle_t *, struct inode *);
1197 ext3_mark_iloc_dirty(handle_t *handle,
1206 int ext3_reserve_inode_write(handle_t *handle, struct inode *inode,
1209 int ext3_mark_inode_dirty(handle_t *handle, struct inode *inode);
1218 static inline void ext3_journal_release_buffer(handle_t *handle, in ext3_journal_release_buffer()
1225 struct buffer_head *bh, handle_t *handle, int err);
1227 int __ext3_journal_get_undo_access(const char *where, handle_t *handle,
1230 int __ext3_journal_get_write_access(const char *where, handle_t *handle,
1233 int __ext3_journal_forget(const char *where, handle_t *handle,
1236 int __ext3_journal_revoke(const char *where, handle_t *handle,
1240 handle_t *handle, struct buffer_head *bh);
1243 handle_t *handle, struct buffer_head *bh);
1258 int ext3_journal_dirty_data(handle_t *handle, struct buffer_head *bh);
1260 handle_t *ext3_journal_start_sb(struct super_block *sb, int nblocks);
1261 int __ext3_journal_stop(const char *where, handle_t *handle);
1263 static inline handle_t *ext3_journal_start(struct inode *inode, int nblocks) in ext3_journal_start()
1271 static inline handle_t *ext3_journal_current_handle(void) in ext3_journal_current_handle()
1276 static inline int ext3_journal_extend(handle_t *handle, int nblocks) in ext3_journal_extend()
1281 static inline int ext3_journal_restart(handle_t *handle, int nblocks) in ext3_journal_restart()