Searched refs:free_branches (Results 1 – 2 of 2) sorted by relevance
/fs/minix/ |
D | itree_common.c | 269 static void free_branches(struct inode *inode, block_t *p, block_t *q, int depth) in free_branches() function 283 free_branches(inode, (block_t*)bh->b_data, in free_branches() 325 free_branches(inode, &nr, &nr+1, (chain+n-1) - partial); in truncate() 329 free_branches(inode, partial->p + 1, block_end(partial->bh), in truncate() 342 free_branches(inode, &nr, &nr+1, first_whole+1); in truncate()
|
/fs/sysv/ |
D | itree.c | 337 static void free_branches(struct inode *inode, sysv_zone_t *p, sysv_zone_t *q, int depth) in free_branches() function 353 free_branches(inode, (sysv_zone_t*)bh->b_data, in free_branches() 400 free_branches(inode, &nr, &nr+1, (chain+n-1) - partial); in sysv_truncate() 404 free_branches(inode, partial->p + 1, block_end(partial->bh), in sysv_truncate() 417 free_branches(inode, &nr, &nr+1, n); in sysv_truncate()
|