Home
last modified time | relevance | path

Searched refs:read_extent_tree_block (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dextents.c583 #define read_extent_tree_block(inode, idx, depth, flags) \ macro
634 bh = read_extent_tree_block(inode, path[i].p_idx++, in ext4_ext_precache()
939 bh = read_extent_tree_block(inode, path[ppos].p_idx, --i, flags); in ext4_find_extent()
1612 bh = read_extent_tree_block(inode, ix, path->p_depth - depth, 0); in ext4_ext_search_right()
1620 bh = read_extent_tree_block(inode, ix, path->p_depth - depth, 0); in ext4_ext_search_right()
2999 bh = read_extent_tree_block(inode, path[i].p_idx, in ext4_ext_remove_space()
/kernel/linux/linux-6.6/fs/ext4/
H A Dextents.c592 #define read_extent_tree_block(inode, idx, depth, flags) \ macro
643 bh = read_extent_tree_block(inode, path[i].p_idx++, in ext4_ext_precache()
936 bh = read_extent_tree_block(inode, path[ppos].p_idx, --i, flags); in ext4_find_extent()
1611 bh = read_extent_tree_block(inode, ix, path->p_depth - depth, 0); in ext4_ext_search_right()
1619 bh = read_extent_tree_block(inode, ix, path->p_depth - depth, 0); in ext4_ext_search_right()
2970 bh = read_extent_tree_block(inode, path[i].p_idx, in ext4_ext_remove_space()

Completed in 22 milliseconds