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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext3_jbd.h91 ext3_mark_iloc_dirty(handle_t *handle,
100 int ext3_reserve_inode_write(handle_t *handle, struct inode *inode,
103 int ext3_mark_inode_dirty(handle_t *handle, struct inode *inode);
112 static inline void ext3_journal_release_buffer(handle_t *handle,
119 struct buffer_head *bh, handle_t *handle, int err);
121 int __ext3_journal_get_undo_access(const char *where, handle_t *handle,
124 int __ext3_journal_get_write_access(const char *where, handle_t *handle,
127 int __ext3_journal_forget(const char *where, handle_t *handle,
130 int __ext3_journal_revoke(const char *where, handle_t *handle,
134 handle_t *handl
[all...]
H A Dext4_jbd2.h96 ext4_mark_iloc_dirty(handle_t *handle,
105 int ext4_reserve_inode_write(handle_t *handle, struct inode *inode,
108 int ext4_mark_inode_dirty(handle_t *handle, struct inode *inode);
117 static inline void ext4_journal_release_buffer(handle_t *handle,
124 struct buffer_head *bh, handle_t *handle, int err);
126 int __ext4_journal_get_undo_access(const char *where, handle_t *handle,
129 int __ext4_journal_get_write_access(const char *where, handle_t *handle,
132 int __ext4_journal_forget(const char *where, handle_t *handle,
135 int __ext4_journal_revoke(const char *where, handle_t *handle,
139 handle_t *handl
[all...]
H A Djbd.h88 * typedef handle_t - The handle_t type represents a single atomic update being performed by some process.
104 typedef struct handle_s handle_t; /* Atomic operation type */ typedef in typeref:struct:handle_s
366 * handle_t.
878 static inline handle_t *journal_current_handle(void)
889 extern handle_t *journal_start(journal_t *, int nblocks);
890 extern int journal_restart (handle_t *, int nblocks);
891 extern int journal_extend (handle_t *, int nblocks);
892 extern int journal_get_write_access(handle_t *, struct buffer_head *);
893 extern int journal_get_create_access (handle_t *, struc
[all...]
H A Djbd2.h88 * typedef handle_t - The handle_t type represents a single atomic update being performed by some process.
104 typedef struct handle_s handle_t; /* Atomic operation type */ typedef in typeref:struct:handle_s
375 * handle_t.
887 static inline handle_t *journal_current_handle(void)
898 extern handle_t *jbd2_journal_start(journal_t *, int nblocks);
899 extern int jbd2_journal_restart (handle_t *, int nblocks);
900 extern int jbd2_journal_extend (handle_t *, int nblocks);
901 extern int jbd2_journal_get_write_access(handle_t *, struct buffer_head *);
902 extern int jbd2_journal_get_create_access (handle_t *, struc
[all...]
H A Dext3_fs.h763 extern ext3_fsblk_t ext3_new_block (handle_t *handle, struct inode *inode,
765 extern ext3_fsblk_t ext3_new_blocks (handle_t *handle, struct inode *inode,
767 extern void ext3_free_blocks (handle_t *handle, struct inode *inode,
769 extern void ext3_free_blocks_sb (handle_t *handle, struct super_block *sb,
798 extern struct inode * ext3_new_inode (handle_t *, struct inode *, int);
799 extern void ext3_free_inode (handle_t *, struct inode *);
808 int ext3_forget(handle_t *handle, int is_metadata, struct inode *inode,
810 struct buffer_head * ext3_getblk (handle_t *, struct inode *, long, int, int *);
811 struct buffer_head * ext3_bread (handle_t *, struct inode *, int, int, int *);
812 int ext3_get_blocks_handle(handle_t *handl
[all...]
H A Dext4_fs_extents.h191 extern int ext4_extent_tree_init(handle_t *, struct inode *);
194 extern int ext4_ext_insert_extent(handle_t *, struct inode *, struct ext4_ext_path *, struct ext4_extent *);
H A Dext4_fs.h801 extern ext4_fsblk_t ext4_new_block (handle_t *handle, struct inode *inode,
803 extern ext4_fsblk_t ext4_new_blocks (handle_t *handle, struct inode *inode,
805 extern void ext4_free_blocks (handle_t *handle, struct inode *inode,
807 extern void ext4_free_blocks_sb (handle_t *handle, struct super_block *sb,
836 extern struct inode * ext4_new_inode (handle_t *, struct inode *, int);
837 extern void ext4_free_inode (handle_t *, struct inode *);
846 int ext4_forget(handle_t *handle, int is_metadata, struct inode *inode,
848 struct buffer_head * ext4_getblk (handle_t *, struct inode *, long, int, int *);
849 struct buffer_head * ext4_bread (handle_t *, struct inode *, int, int, int *);
850 int ext4_get_blocks_handle(handle_t *handl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dext3_jbd.c7 int __ext3_journal_get_undo_access(const char *where, handle_t *handle,
16 int __ext3_journal_get_write_access(const char *where, handle_t *handle,
25 int __ext3_journal_forget(const char *where, handle_t *handle,
34 int __ext3_journal_revoke(const char *where, handle_t *handle,
44 handle_t *handle, struct buffer_head *bh)
53 handle_t *handle, struct buffer_head *bh)
H A Dxattr.h72 extern int ext3_xattr_set_handle(handle_t *, struct inode *, int, const char *, const void *, size_t, int);
74 extern void ext3_xattr_delete_inode(handle_t *, struct inode *);
105 ext3_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index,
112 ext3_xattr_delete_inode(handle_t *handle, struct inode *inode)
137 extern int ext3_init_security(handle_t *handle, struct inode *inode,
140 static inline int ext3_init_security(handle_t *handle, struct inode *inode,
H A Dacl.h63 extern int ext3_init_acl (handle_t *, struct inode *, struct inode *);
76 ext3_init_acl(handle_t *handle, struct inode *inode, struct inode *dir)
H A Dinode.c64 int ext3_forget(handle_t *handle, int is_metadata, struct inode *inode,
141 static handle_t *start_transaction(struct inode *inode)
143 handle_t *result;
159 static int try_to_extend_transaction(handle_t *handle, struct inode *inode)
173 static int ext3_journal_test_restart(handle_t *handle, struct inode *inode)
184 handle_t *handle;
517 static int ext3_alloc_blocks(handle_t *handle, struct inode *inode,
593 static int ext3_alloc_branch(handle_t *handle, struct inode *inode,
684 static int ext3_splice_branch(handle_t *handle, struct inode *inode,
788 int ext3_get_blocks_handle(handle_t *handl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dext4_jbd2.c7 int __ext4_journal_get_undo_access(const char *where, handle_t *handle,
16 int __ext4_journal_get_write_access(const char *where, handle_t *handle,
25 int __ext4_journal_forget(const char *where, handle_t *handle,
34 int __ext4_journal_revoke(const char *where, handle_t *handle,
44 handle_t *handle, struct buffer_head *bh)
53 handle_t *handle, struct buffer_head *bh)
H A Dxattr.h72 extern int ext4_xattr_set_handle(handle_t *, struct inode *, int, const char *, const void *, size_t, int);
74 extern void ext4_xattr_delete_inode(handle_t *, struct inode *);
105 ext4_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index,
112 ext4_xattr_delete_inode(handle_t *handle, struct inode *inode)
137 extern int ext4_init_security(handle_t *handle, struct inode *inode,
140 static inline int ext4_init_security(handle_t *handle, struct inode *inode,
H A Dacl.h63 extern int ext4_init_acl (handle_t *, struct inode *, struct inode *);
76 ext4_init_acl(handle_t *handle, struct inode *inode, struct inode *dir)
H A Dinode.c62 int ext4_forget(handle_t *handle, int is_metadata, struct inode *inode,
139 static handle_t *start_transaction(struct inode *inode)
141 handle_t *result;
157 static int try_to_extend_transaction(handle_t *handle, struct inode *inode)
171 static int ext4_journal_test_restart(handle_t *handle, struct inode *inode)
182 handle_t *handle;
515 static int ext4_alloc_blocks(handle_t *handle, struct inode *inode,
591 static int ext4_alloc_branch(handle_t *handle, struct inode *inode,
682 static int ext4_splice_branch(handle_t *handle, struct inode *inode,
786 int ext4_get_blocks_handle(handle_t *handl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dsuballoc.h71 handle_t *handle,
78 handle_t *handle,
83 handle_t *handle,
89 int ocfs2_free_dinode(handle_t *handle,
93 int ocfs2_free_extent_block(handle_t *handle,
97 int ocfs2_free_clusters(handle_t *handle,
H A Daops.h28 handle_t *ocfs2_start_walk_page_trans(struct inode *inode,
37 int walk_page_buffers( handle_t *handle,
42 int (*fn)( handle_t *handle,
H A Ddir.h48 handle_t *handle,
H A Dlocalalloc.h49 handle_t *handle,
H A Dnamei.h42 handle_t *handle,
H A Dalloc.h31 handle_t *handle,
74 int ocfs2_zero_tail_for_truncate(struct inode *inode, handle_t *handle,
H A Dfile.h45 handle_t *handle,
H A Djournal.h220 handle_t *ocfs2_start_trans(struct ocfs2_super *osb,
223 handle_t *handle);
224 int ocfs2_extend_trans(handle_t *handle, int nblocks);
241 int ocfs2_journal_access(handle_t *handle,
264 int ocfs2_journal_dirty(handle_t *handle,
266 int ocfs2_journal_dirty_data(handle_t *handle,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Dtransaction.c69 * A handle_t is an object which represents a single atomic update to a
81 static int start_this_handle(journal_t *journal, handle_t *handle)
237 static handle_t *new_handle(int nblocks)
239 handle_t *handle = jbd_alloc_handle(GFP_NOFS);
250 * handle_t *journal_start() - Obtain a new handle.
263 handle_t *journal_start(journal_t *journal, int nblocks)
265 handle_t *handle = journal_current_handle();
312 int journal_extend(handle_t *handle, int nblocks)
378 int journal_restart(handle_t *handle, int nblocks)
523 do_get_write_access(handle_t *handl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Dtransaction.c69 * A handle_t is an object which represents a single atomic update to a
81 static int start_this_handle(journal_t *journal, handle_t *handle)
237 static handle_t *new_handle(int nblocks)
239 handle_t *handle = jbd_alloc_handle(GFP_NOFS);
250 * handle_t *jbd2_journal_start() - Obtain a new handle.
263 handle_t *jbd2_journal_start(journal_t *journal, int nblocks)
265 handle_t *handle = journal_current_handle();
312 int jbd2_journal_extend(handle_t *handle, int nblocks)
378 int jbd2_journal_restart(handle_t *handle, int nblocks)
523 do_get_write_access(handle_t *handl
[all...]

Completed in 125 milliseconds

123