Searched refs:ext4_ext_path (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
D | extents.c | 89 struct ext4_ext_path **ppath, 137 struct ext4_ext_path *path) in ext4_ext_get_access() 167 struct ext4_ext_path *path) in __ext4_ext_dirty() 191 struct ext4_ext_path *path, in ext4_ext_find_goal() 241 struct ext4_ext_path *path, in ext4_ext_new_meta_block() 308 struct ext4_ext_path **ppath, ext4_lblk_t lblk, in ext4_force_split_extent_at() 311 struct ext4_ext_path *path = *ppath; in ext4_force_split_extent_at() 594 struct ext4_ext_path *path = NULL; in ext4_ext_precache() 610 path = kcalloc(depth + 1, sizeof(struct ext4_ext_path), in ext4_ext_precache() 655 static void ext4_ext_show_path(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_path() [all …]
|
D | move_extent.c | 26 struct ext4_ext_path **ppath) in get_ext_path() 28 struct ext4_ext_path *path; in get_ext_path() 93 struct ext4_ext_path *path = NULL; in mext_check_coverage() 558 struct ext4_ext_path *path = NULL; in ext4_move_extents()
|
D | ext4_extents.h | 112 struct ext4_ext_path { struct
|
D | verity.c | 277 struct ext4_ext_path *path; in ext4_get_verity_descriptor_location()
|
D | ext4.h | 3543 struct ext4_ext_path; 3571 struct ext4_ext_path *path); 3573 struct ext4_ext_path **, 3575 extern struct ext4_ext_path *ext4_find_extent(struct inode *, ext4_lblk_t, 3576 struct ext4_ext_path **, 3578 extern void ext4_ext_drop_refs(struct ext4_ext_path *); 3580 extern ext4_lblk_t ext4_ext_next_allocated_block(struct ext4_ext_path *path);
|
D | migrate.c | 27 struct ext4_ext_path *path; in finish_range()
|
D | fast_commit.c | 1636 struct ext4_ext_path *path = NULL; in ext4_fc_replay_add_range() 1839 struct ext4_ext_path *path = NULL; in ext4_fc_set_bitmaps_and_counters()
|
D | extents_status.c | 590 struct ext4_ext_path *path = NULL; in ext4_es_insert_extent_ext_check()
|