Searched refs:free_branches (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/minix/ |
H A D | itree_common.c | 276 static void free_branches(struct inode *inode, block_t *p, block_t *q, int depth) in free_branches() function 290 free_branches(inode, (block_t*)bh->b_data, in free_branches() 332 free_branches(inode, &nr, &nr+1, (chain+n-1) - partial); in truncate() 336 free_branches(inode, partial->p + 1, block_end(partial->bh), in truncate() 349 free_branches(inode, &nr, &nr+1, first_whole+1); in truncate()
|
/openbmc/linux/fs/sysv/ |
H A D | itree.c | 340 static void free_branches(struct inode *inode, sysv_zone_t *p, sysv_zone_t *q, int depth) in free_branches() function 356 free_branches(inode, (sysv_zone_t*)bh->b_data, in free_branches() 403 free_branches(inode, &nr, &nr+1, (chain+n-1) - partial); in sysv_truncate() 407 free_branches(inode, partial->p + 1, block_end(partial->bh), in sysv_truncate() 420 free_branches(inode, &nr, &nr+1, n); in sysv_truncate()
|