Searched refs:ext4_block_to_path (Results 1 – 1 of 1) sorted by relevance
/linux-5.10/fs/ext4/ |
D | indirect.c | 74 static int ext4_block_to_path(struct inode *inode, in ext4_block_to_path() function 539 depth = ext4_block_to_path(inode, map->m_lblk, offsets, in ext4_ind_map_blocks() 1118 n = ext4_block_to_path(inode, last_block, offsets, NULL); in ext4_ind_truncate() 1236 n = ext4_block_to_path(inode, start, offsets, NULL); in ext4_ind_remove_space() 1237 n2 = ext4_block_to_path(inode, end, offsets2, NULL); in ext4_ind_remove_space()
|