Home
last modified time | relevance | path

Searched refs:uio_flags (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.81.5/bsd/kern/
H A Dkern_subr.c745 uio->uio_flags = UIO_FLAGS_INITED; in uio_init()
795 uio->uio_flags |= UIO_FLAGS_WE_ALLOCED; in uio_create()
917 my_old_flags = a_uio->uio_flags; in uio_reset()
953 a_uio->uio_flags = my_old_flags; in uio_reset()
971 if (a_uio != NULL && (a_uio->uio_flags & UIO_FLAGS_WE_ALLOCED) != 0) { in uio_free()
1370 new_uio->uio_flags = UIO_FLAGS_WE_ALLOCED | UIO_FLAGS_INITED; in uio_duplicate()
H A Ddecmpfs.c2143 uio_w->uio_flags |= UIO_FLAGS_IS_COMPRESSED_FILE;
/xnu-10002.81.5/bsd/sys/
H A Duio_internal.h150 u_int32_t uio_flags; member
/xnu-10002.81.5/bsd/vfs/
H A Dvfs_cluster.c3748 …UPL_SET_LITE | ((uio != NULL && (uio->uio_flags & UIO_FLAGS_IS_COMPRESSED_FILE)) ? 0 : UPL_WILL_MO… in cluster_write_copy()