Searched refs:ext4_ext_path (Results 1 – 6 of 6) sorted by relevance
/fs/ext4/ |
D | extents.c | 99 struct ext4_ext_path **ppath, 106 struct ext4_ext_path **ppath, 140 struct ext4_ext_path *path) in ext4_ext_get_access() 159 struct inode *inode, struct ext4_ext_path *path) in __ext4_ext_dirty() 177 struct ext4_ext_path *path, in ext4_ext_find_goal() 227 struct ext4_ext_path *path, in ext4_ext_new_meta_block() 294 struct ext4_ext_path **ppath, ext4_lblk_t lblk, in ext4_force_split_extent_at() 297 struct ext4_ext_path *path = *ppath; in ext4_force_split_extent_at() 567 struct ext4_ext_path *path = NULL; in ext4_ext_precache() 577 path = kzalloc(sizeof(struct ext4_ext_path) * (depth + 1), in ext4_ext_precache() [all …]
|
D | ext4_extents.h | 123 struct ext4_ext_path { struct 271 struct inode *inode, struct ext4_ext_path *path);
|
D | move_extent.c | 35 struct ext4_ext_path **ppath) in get_ext_path() 37 struct ext4_ext_path *path; in get_ext_path() 101 struct ext4_ext_path *path = NULL; in mext_check_coverage() 549 struct ext4_ext_path *path = NULL; in ext4_move_extents()
|
D | ext4.h | 2901 struct ext4_ext_path; 2931 struct ext4_ext_path *path); 2936 struct ext4_ext_path **, 2938 extern struct ext4_ext_path *ext4_find_extent(struct inode *, ext4_lblk_t, 2939 struct ext4_ext_path **, 2941 extern void ext4_ext_drop_refs(struct ext4_ext_path *); 2947 extern ext4_lblk_t ext4_ext_next_allocated_block(struct ext4_ext_path *path);
|
D | migrate.c | 34 struct ext4_ext_path *path; in finish_range()
|
D | extents_status.c | 432 struct ext4_ext_path *path = NULL; in ext4_es_insert_extent_ext_check()
|