Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfs/
Dextent.c469 static void shrink_fork(struct hfs_fork *fork, int ablocks) in shrink_fork() argument
478 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() argument
537 need = ablocks - blocks/ablksz; in grow_fork()
684 hfs_u32 blks, ablocks, ablksz; in hfs_extent_adj() local
692 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()