Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfs/
Dextent.c375 hfs_u16 len, hfs_u16 ablksz) in new_extent() argument
474 hfs_u32 ablksz = mdb->alloc_blksz; in shrink_fork() local
476 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() local
537 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 …]