Searched refs:ext4_ext_path (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ext4/ |
| H A D | extents.c | 44 static struct ext4_ext_path *ext4_split_convert_extents( 46 struct ext4_ext_path *path, int flags, unsigned int *allocated); 85 static struct ext4_ext_path *ext4_split_extent_at(handle_t *handle, 87 struct ext4_ext_path *path, 105 static inline void ext4_ext_path_brelse(struct ext4_ext_path *path) in ext4_ext_path_brelse() 111 static void ext4_ext_drop_refs(struct ext4_ext_path *path) in ext4_ext_drop_refs() 122 void ext4_free_ext_path(struct ext4_ext_path *path) in ext4_free_ext_path() 158 struct ext4_ext_path *path) in ext4_ext_get_access() 189 struct ext4_ext_path *path) in __ext4_ext_dirty() 216 struct ext4_ext_path *path, in ext4_ext_find_goal() [all …]
|
| H A D | ext4_extents.h | 105 struct ext4_ext_path { struct 269 struct ext4_ext_path *path); 273 extern struct ext4_ext_path *ext4_split_convert_extents_test( 276 struct ext4_ext_path *path,
|
| H A D | extents-test.c | 160 struct ext4_ext_path *path) in __ext4_ext_dirty_stub() 165 static struct ext4_ext_path * 167 struct ext4_ext_path *path, in ext4_ext_insert_extent_stub() 384 struct ext4_ext_path *path; in test_split_convert()
|
| H A D | ext4.h | 3775 struct ext4_ext_path; 3809 struct ext4_ext_path *path); 3810 extern struct ext4_ext_path *ext4_ext_insert_extent( 3812 struct ext4_ext_path *path, 3814 extern struct ext4_ext_path *ext4_find_extent(struct inode *, ext4_lblk_t, 3815 struct ext4_ext_path *, 3817 extern void ext4_free_ext_path(struct ext4_ext_path *); 3819 extern ext4_lblk_t ext4_ext_next_allocated_block(struct ext4_ext_path *path);
|
| H A D | fast_commit.c | 1732 struct ext4_ext_path *path = NULL; in ext4_fc_replay_add_range() 1907 struct ext4_ext_path *path = NULL; in ext4_fc_set_bitmaps_and_counters()
|