Home
last modified time | relevance | path

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

/titanic_54/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c291 #define SPEC_SIZE(csp) \ macro
706 sp->s_size = SPEC_SIZE(csp); in spec_open()
1023 bdevsize = SPEC_SIZE(VTOS(blkvp)); in spec_read()
1126 bdevsize = SPEC_SIZE(VTOS(blkvp)); in spec_write()
1358 vap->va_size = SPEC_SIZE(VTOS(sp->s_commonvp)); in spec_getattr()
1792 if (((u_offset_t)off + len) > (SPEC_SIZE(sp) + PAGEOFFSET)) in spec_getpage()
1861 size = SPEC_SIZE(VTOS(sp->s_commonvp)); in spec_getapage()
2038 size = SPEC_SIZE(VTOS(cvp)); in spec_putpage()
2131 size = SPEC_SIZE(VTOS(sp->s_commonvp)); in spec_putapage()