Home
last modified time | relevance | path

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

/freebsd/sys/fs/tarfs/
H A Dtarfs.h187 #define TARFS_SZ2BLKS(sz) (((sz) + TARFS_BLOCKSIZE - 1) / TARFS_BLOCKSIZE) macro
H A Dtarfs_vfsops.c584 blknum += TARFS_SZ2BLKS(res); in tarfs_alloc_one()
825 blknum += TARFS_SZ2BLKS(sz); in tarfs_alloc_one()