Searched refs:ubc_was_mapped (Results 1 – 2 of 2) sorted by relevance
169 boolean_t ubc_was_mapped(const struct vnode *, boolean_t *writable);
3051 ubc_was_mapped(const struct vnode *vp, boolean_t *writable) in ubc_was_mapped() function3066 return ubc_was_mapped(vp, &writable) && writable; in ubc_was_mapped_writable()