Searched refs:handle_t (Results 1 - 4 of 4) sorted by relevance

/include/linux/
H A Dext3_jbd.h94 ext3_mark_iloc_dirty(handle_t *handle,
103 int ext3_reserve_inode_write(handle_t *handle, struct inode *inode,
106 int ext3_mark_inode_dirty(handle_t *handle, struct inode *inode);
115 static inline void ext3_journal_release_buffer(handle_t *handle,
122 struct buffer_head *bh, handle_t *handle, int err);
124 int __ext3_journal_get_undo_access(const char *where, handle_t *handle,
127 int __ext3_journal_get_write_access(const char *where, handle_t *handle,
130 int __ext3_journal_forget(const char *where, handle_t *handle,
133 int __ext3_journal_revoke(const char *where, handle_t *handle,
137 handle_t *handl
[all...]
H A Djbd.h87 * typedef handle_t - The handle_t type represents a single atomic update being performed by some process.
103 typedef struct handle_s handle_t; /* Atomic operation type */ typedef in typeref:struct:handle_s
339 * struct handle_s - this is the concrete type associated with handle_t.
883 static inline handle_t *journal_current_handle(void)
894 extern handle_t *journal_start(journal_t *, int nblocks);
895 extern int journal_restart (handle_t *, int nblocks);
896 extern int journal_extend (handle_t *, int nblocks);
897 extern int journal_get_write_access(handle_t *, struct buffer_head *);
898 extern int journal_get_create_access (handle_t *, struc
[all...]
H A Djbd2.h81 * typedef handle_t - The handle_t type represents a single atomic update being performed by some process.
97 typedef struct jbd2_journal_handle handle_t; /* Atomic operation type */ typedef in typeref:struct:jbd2_journal_handle
405 * handle_t.
1097 static inline handle_t *journal_current_handle(void)
1108 extern handle_t *jbd2_journal_start(journal_t *, int nblocks);
1109 extern handle_t *jbd2__journal_start(journal_t *, int nblocks, int gfp_mask);
1110 extern int jbd2_journal_restart(handle_t *, int nblocks);
1111 extern int jbd2__journal_restart(handle_t *, int nblocks, int gfp_mask);
1112 extern int jbd2_journal_extend (handle_t *, in
[all...]
H A Dext3_fs.h851 extern ext3_fsblk_t ext3_new_block (handle_t *handle, struct inode *inode,
853 extern ext3_fsblk_t ext3_new_blocks (handle_t *handle, struct inode *inode,
855 extern void ext3_free_blocks (handle_t *handle, struct inode *inode,
857 extern void ext3_free_blocks_sb (handle_t *handle, struct super_block *sb,
887 extern struct inode * ext3_new_inode (handle_t *, struct inode *,
889 extern void ext3_free_inode (handle_t *, struct inode *);
898 int ext3_forget(handle_t *handle, int is_metadata, struct inode *inode,
900 struct buffer_head * ext3_getblk (handle_t *, struct inode *, long, int, int *);
901 struct buffer_head * ext3_bread (handle_t *, struct inode *, int, int, int *);
902 int ext3_get_blocks_handle(handle_t *handl
[all...]

Completed in 67 milliseconds