Searched refs:vnode_isnocache (Results 1 – 5 of 5) sorted by relevance
1133 if ((fflag & FNOCACHE) || vnode_isnocache(vp)) { in vn_read_common()1318 if ((fp->fp_glob->fg_flag & FNOCACHE) || vnode_isnocache(vp)) { in vn_write()
2030 vnode_isnocache(vnode_t vp) in vnode_isnocache() function
12653 && (ISSET(ioflag, IO_NOCACHE) || vnode_isnocache(vp)); in vnode_should_flush_after_write()
1286 int vnode_isnocache(vnode_t vp);
3643 *retval = vnode_isnocache(vp); in sys_fcntl_nocancel()