Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c290 #define SPEC_SIZE(csp) \ macro
705 sp->s_size = SPEC_SIZE(csp); in spec_open()
1022 bdevsize = SPEC_SIZE(VTOS(blkvp)); in spec_read()
1125 bdevsize = SPEC_SIZE(VTOS(blkvp)); in spec_write()
1357 vap->va_size = SPEC_SIZE(VTOS(sp->s_commonvp)); in spec_getattr()
1791 if (((u_offset_t)off + len) > (SPEC_SIZE(sp) + PAGEOFFSET)) in spec_getpage()
1864 size = SPEC_SIZE(VTOS(sp->s_commonvp)); in spec_getapage()
2041 size = SPEC_SIZE(VTOS(cvp)); in spec_putpage()
2134 size = SPEC_SIZE(VTOS(sp->s_commonvp)); in spec_putapage()