Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_trans.h437 #define DIRSIZE(IP) (INODESIZE + (4 * ALLOCSIZE) + \ macro
444 (ACLSIZE(IP) + SIZECG(IP) + DIRSIZE(IP) + INODESIZE)
446 DIRSIZE(IP) + SIZECG(IP) + INODESIZE + SIZESB
448 DIRSIZE(IP) + INODESIZE
450 DIRSIZE(IP) + DIRSIZE(IP) + SIZECG(IP)
452 DIRSIZE(IP) + INODESIZE + DIRSIZE(IP) + INODESIZE + FRAGSIZE(IP) + \
455 DIRSIZE((IP)) + INODESIZE + INODESIZE + SIZECG(IP)
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c85 static fsblkcnt_t DIRSIZE; variable
143 DIRSIZE = ((fsblkcnt_t)frsize > 0) ? in splpkgmap()
163 (nodecount(eptlist[i]->path) * DIRSIZE); in splpkgmap()
241 btemp += (ftemp * DIRSIZE); in splpkgmap()
316 btemp = nodecount(f[j].ept->path) * DIRSIZE; in splpkgmap()
420 btemp = sf[i]->blks + (ftemp * DIRSIZE); in store()
438 btotal += sf[choice]->blks + (svnodes * DIRSIZE); in store()
571 btotal += sf[i]->blks + (newnodes * DIRSIZE); in newvolume()