Home
last modified time | relevance | path

Searched refs:free_branches (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/minix/
Ditree_common.c276 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()
/linux-4.19.296/fs/sysv/
Ditree.c342 static void free_branches(struct inode *inode, sysv_zone_t *p, sysv_zone_t *q, int depth) in free_branches() function
358 free_branches(inode, (sysv_zone_t*)bh->b_data, in free_branches()
405 free_branches(inode, &nr, &nr+1, (chain+n-1) - partial); in sysv_truncate()
409 free_branches(inode, partial->p + 1, block_end(partial->bh), in sysv_truncate()
422 free_branches(inode, &nr, &nr+1, n); in sysv_truncate()