Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c293 #define SPEC_SIZE(csp) \ macro
709 sp->s_size = SPEC_SIZE(csp); in spec_open()
1026 bdevsize = SPEC_SIZE(VTOS(blkvp)); in spec_read()
1129 bdevsize = SPEC_SIZE(VTOS(blkvp)); in spec_write()
1361 vap->va_size = SPEC_SIZE(VTOS(sp->s_commonvp)); in spec_getattr()
1793 if (((u_offset_t)off + len) > (SPEC_SIZE(sp) + PAGEOFFSET)) in spec_getpage()
1862 size = SPEC_SIZE(VTOS(sp->s_commonvp)); in spec_getapage()
2039 size = SPEC_SIZE(VTOS(cvp)); in spec_putpage()
2132 size = SPEC_SIZE(VTOS(sp->s_commonvp)); in spec_putapage()