Searched refs:ablksz (Results 1 – 1 of 1) sorted by relevance
375 hfs_u16 len, hfs_u16 ablksz) in new_extent() argument474 hfs_u32 ablksz = mdb->alloc_blksz; in shrink_fork() local476 next = (fork->psize / ablksz) - 1; in shrink_fork()484 fork->psize = (next + 1) * ablksz; in shrink_fork()517 fork->psize = ablocks * ablksz; in shrink_fork()533 hfs_u32 ablksz = mdb->alloc_blksz; in grow_fork() local537 need = ablocks - blocks/ablksz; in grow_fork()551 if (!(ext = find_ext(fork, blocks/ablksz - 1))) { in grow_fork()584 blocks = (fork->psize += len * ablksz); in grow_fork()615 if (!(ext = new_extent(fork, ext, blocks/ablksz, in grow_fork()[all …]