Searched refs:SPEC_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c291 #define SPEC_SIZE(csp) \ macro
302 * size correctly. Specfs should always call SPEC_SIZE instead of referring
706 sp->s_size = SPEC_SIZE(csp);
1023 bdevsize = SPEC_SIZE(VTOS(blkvp));
1126 bdevsize = SPEC_SIZE(VTOS(blkvp));
1358 vap->va_size = SPEC_SIZE(VTOS(sp->s_commonvp));
1792 if (((u_offset_t)off + len) > (SPEC_SIZE(sp) + PAGEOFFSET))
1861 size = SPEC_SIZE(VTOS(sp->s_commonvp));
2038 size = SPEC_SIZE(VTOS(cvp));
2131 size = SPEC_SIZE(VTO
[all...]

Completed in 61 milliseconds