Searched refs:ARC_FILL_IN_PLACE (Results 1 – 1 of 1) sorted by relevance
863 ARC_FILL_IN_PLACE = 1 << 4 /* fill in place (special case) */ enumerator2040 if (error == EACCES && (flags & ARC_FILL_IN_PLACE) != 0) { in arc_buf_fill()2063 if ((flags & ARC_FILL_IN_PLACE) != 0) { in arc_buf_fill()2196 flags |= ARC_FILL_IN_PLACE; in arc_untransform()