Searched refs:writable (Results 1 – 7 of 7) sorted by relevance
167 boolean_t ubc_is_mapped(const struct vnode *, boolean_t *writable);169 boolean_t ubc_was_mapped(const struct vnode *, boolean_t *writable);
29 def writable(self): member in SBProcessRawIO
146 * kIOMemoryDirectionIn memory described will be writable166 * kIOMemoryDirectionIn memory described will be writable. The source
128 kIOMemoryDirectionIn the memory is writable
252 * kIOMemoryDirectionIn memory described will be writable
3042 ubc_is_mapped(const struct vnode *vp, boolean_t *writable) in ubc_is_mapped() argument3047 if (writable) { in ubc_is_mapped()3048 *writable = ISSET(vp->v_ubcinfo->ui_flags, UI_MAPPEDWRITE); in ubc_is_mapped()3056 boolean_t writable; in ubc_is_mapped_writable() local3057 return ubc_is_mapped(vp, &writable) && writable; in ubc_is_mapped_writable()3061 ubc_was_mapped(const struct vnode *vp, boolean_t *writable) in ubc_was_mapped() argument3066 if (writable) { in ubc_was_mapped()3067 *writable = ISSET(vp->v_ubcinfo->ui_flags, UI_WASMAPPEDWRITE); in ubc_was_mapped()3075 boolean_t writable; in ubc_was_mapped_writable() local3076 return ubc_was_mapped(vp, &writable) && writable; in ubc_was_mapped_writable()
182 are readable/writable as necessary, and all of the rest of memory is mapped