Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dsnode.h152 offset_t spec_maxoffset(struct vnode *);
/titanic_50/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1005 maxoff = spec_maxoffset(vp); in spec_read()
1108 maxoff = spec_maxoffset(vp); in spec_write()
1706 offset_t maxoff = spec_maxoffset(vp); in spec_seek()
2416 if (off > spec_maxoffset(vp)) in spec_map()
H A Dspecsubr.c739 spec_maxoffset(struct vnode *vp) in spec_maxoffset() function