Searched refs:ext4_block_to_path (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/ext4/ | 
| D | indirect.c | 74 static int ext4_block_to_path(struct inode *inode,  in ext4_block_to_path()  function 527 	depth = ext4_block_to_path(inode, map->m_lblk, offsets,  in ext4_ind_map_blocks() 1114 		n = ext4_block_to_path(inode, last_block, offsets, NULL);  in ext4_ind_truncate() 1232 	n = ext4_block_to_path(inode, start, offsets, NULL);  in ext4_ind_remove_space() 1233 	n2 = ext4_block_to_path(inode, end, offsets2, NULL);  in ext4_ind_remove_space()
  |