Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dubc.h169 boolean_t ubc_was_mapped(const struct vnode *, boolean_t *writable);
/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c3051 ubc_was_mapped(const struct vnode *vp, boolean_t *writable) in ubc_was_mapped() function
3066 return ubc_was_mapped(vp, &writable) && writable; in ubc_was_mapped_writable()