Searched refs:ext4_free_branches (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ext4/ |
H A D | indirect.c | 1000 static void ext4_free_branches(handle_t *handle, struct inode *inode, in ext4_free_branches() function 1042 ext4_free_branches(handle, inode, bh, in ext4_free_branches() 1164 ext4_free_branches(handle, inode, NULL, in ext4_ind_truncate() 1174 ext4_free_branches(handle, inode, partial->bh, in ext4_ind_truncate() 1181 ext4_free_branches(handle, inode, partial->bh, partial->p + 1, in ext4_ind_truncate() 1194 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 1); in ext4_ind_truncate() 1201 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 2); in ext4_ind_truncate() 1208 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 3); in ext4_ind_truncate() 1282 ext4_free_branches(handle, inode, NULL, in ext4_ind_remove_space() 1288 ext4_free_branches(handle, inode, partial->bh, in ext4_ind_remove_space() [all …]
|