Home
last modified time | relevance | path

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

/freebsd/sys/fs/tarfs/
H A Dtarfs_subr.c199 tnp->size = tnp->physize = sz; in tarfs_alloc_node()
209 tnp->physize = 0; in tarfs_alloc_node()
224 tnp->blk[0].l = tnp->physize; in tarfs_alloc_node()
232 tnp->physize = 0; in tarfs_alloc_node()
356 if (blk[i].i + blk[i].l > tnp->physize || in tarfs_load_blockmap()
H A Dtarfs.h63 size_t physize; member
H A Dtarfs_vnops.c213 vap->va_bytes = round_page(tnp->physize); in tarfs_getattr()