Searched refs:free_branches (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/minix/ |
D | itree_common.c | 270 static void free_branches(struct inode *inode, block_t *p, block_t *q, int depth) in free_branches() function 284 free_branches(inode, (block_t*)bh->b_data, in free_branches() 326 free_branches(inode, &nr, &nr+1, (chain+n-1) - partial); in truncate() 330 free_branches(inode, partial->p + 1, block_end(partial->bh), in truncate() 343 free_branches(inode, &nr, &nr+1, first_whole+1); in truncate()
|
/Linux-v4.19/fs/sysv/ |
D | itree.c | 338 static void free_branches(struct inode *inode, sysv_zone_t *p, sysv_zone_t *q, int depth) in free_branches() function 354 free_branches(inode, (sysv_zone_t*)bh->b_data, in free_branches() 401 free_branches(inode, &nr, &nr+1, (chain+n-1) - partial); in sysv_truncate() 405 free_branches(inode, partial->p + 1, block_end(partial->bh), in sysv_truncate() 418 free_branches(inode, &nr, &nr+1, n); in sysv_truncate()
|