Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dubc.h168 __attribute__((pure)) boolean_t ubc_is_mapped_writable(const struct vnode *);
/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c3044 ubc_is_mapped_writable(const struct vnode *vp) in ubc_is_mapped_writable() function
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c12821 } else if (ubc_is_mapped_writable(vp)) { in check_for_open_conflict()