Searched refs:ext4_ext_path (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/ext4/ |
D | extents.c | 100 struct ext4_ext_path **ppath, 107 struct ext4_ext_path **ppath, 141 struct ext4_ext_path *path) in ext4_ext_get_access() 160 struct inode *inode, struct ext4_ext_path *path) in __ext4_ext_dirty() 178 struct ext4_ext_path *path, in ext4_ext_find_goal() 228 struct ext4_ext_path *path, in ext4_ext_new_meta_block() 295 struct ext4_ext_path **ppath, ext4_lblk_t lblk, in ext4_force_split_extent_at() 298 struct ext4_ext_path *path = *ppath; in ext4_force_split_extent_at() 569 struct ext4_ext_path *path = NULL; in ext4_ext_precache() 579 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() 563 struct ext4_ext_path *path = NULL; in ext4_move_extents()
|
D | ext4.h | 3127 struct ext4_ext_path; 3156 struct ext4_ext_path *path); 3161 struct ext4_ext_path **, 3163 extern struct ext4_ext_path *ext4_find_extent(struct inode *, ext4_lblk_t, 3164 struct ext4_ext_path **, 3166 extern void ext4_ext_drop_refs(struct ext4_ext_path *); 3172 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 | 465 struct ext4_ext_path *path = NULL; in ext4_es_insert_extent_ext_check()
|