Searched refs:free_branches (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/sysv/ |
H A D | itree.c | 342 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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/fs/sysv/ |
H A D | itree.c | 342 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()
|
Completed in 5 milliseconds