Searched refs:ext4_free_branches (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | indirect.c | 991 * ext4_free_branches - free an array of branches 1003 static void ext4_free_branches(handle_t *handle, struct inode *inode, in ext4_free_branches() function 1045 ext4_free_branches(handle, inode, bh, in ext4_free_branches() 1166 ext4_free_branches(handle, inode, NULL, in ext4_ind_truncate() 1176 ext4_free_branches(handle, inode, partial->bh, in ext4_ind_truncate() 1183 ext4_free_branches(handle, inode, partial->bh, partial->p + 1, in ext4_ind_truncate() 1196 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 1); in ext4_ind_truncate() 1203 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 2); in ext4_ind_truncate() 1210 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 3); in ext4_ind_truncate() 1284 ext4_free_branches(handl in ext4_ind_remove_space() [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | indirect.c | 995 * ext4_free_branches - free an array of branches 1007 static void ext4_free_branches(handle_t *handle, struct inode *inode, in ext4_free_branches() function 1049 ext4_free_branches(handle, inode, bh, in ext4_free_branches() 1171 ext4_free_branches(handle, inode, NULL, in ext4_ind_truncate() 1181 ext4_free_branches(handle, inode, partial->bh, in ext4_ind_truncate() 1188 ext4_free_branches(handle, inode, partial->bh, partial->p + 1, in ext4_ind_truncate() 1201 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 1); in ext4_ind_truncate() 1208 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 2); in ext4_ind_truncate() 1215 ext4_free_branches(handle, inode, NULL, &nr, &nr+1, 3); in ext4_ind_truncate() 1289 ext4_free_branches(handl in ext4_ind_remove_space() [all...] |
Completed in 4 milliseconds