Searched refs:ablocks (Results 1 – 1 of 1) sorted by relevance
469 static void shrink_fork(struct hfs_fork *fork, int ablocks) in shrink_fork() argument478 while (ext && ext->start && (ext->start >= ablocks)) { in shrink_fork()488 if ((count = next + 1 - ablocks) > 0) { in shrink_fork()517 fork->psize = ablocks * ablksz; in shrink_fork()526 static int grow_fork(struct hfs_fork *fork, int ablocks) in grow_fork() argument537 need = ablocks - blocks/ablksz; in grow_fork()684 hfs_u32 blks, ablocks, ablksz; in hfs_extent_adj() local692 ablocks = (blks + ablksz - 1) / ablksz; in hfs_extent_adj()695 grow_fork(fork, ablocks); in hfs_extent_adj()701 shrink_fork(fork, ablocks); in hfs_extent_adj()