Searched refs:ext4_free_branches (Results 1 – 1 of 1) sorted by relevance
/fs/ext4/ |
D | indirect.c | 998 static void ext4_free_branches(handle_t *handle, struct inode *inode, in ext4_free_branches() function 1041 ext4_free_branches(handle, inode, bh, in ext4_free_branches() 1162 ext4_free_branches(handle, inode, NULL, in ext4_ind_truncate() 1172 ext4_free_branches(handle, inode, partial->bh, in ext4_ind_truncate() 1179 ext4_free_branches(handle, inode, partial->bh, partial->p + 1, in ext4_ind_truncate() 1192 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 1); in ext4_ind_truncate() 1199 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 2); in ext4_ind_truncate() 1206 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 3); in ext4_ind_truncate() 1280 ext4_free_branches(handle, inode, NULL, in ext4_ind_remove_space() 1286 ext4_free_branches(handle, inode, partial->bh, in ext4_ind_remove_space() [all …]
|