DMA_BUF_SYNC_RW   370 drivers/dma-buf/dma-buf.c 		switch (sync.flags & DMA_BUF_SYNC_RW) {
DMA_BUF_SYNC_RW   377 drivers/dma-buf/dma-buf.c 		case DMA_BUF_SYNC_RW:
DMA_BUF_SYNC_RW    36 include/uapi/linux/dma-buf.h 	(DMA_BUF_SYNC_RW | DMA_BUF_SYNC_END)
DMA_BUF_SYNC_RW   115 tools/testing/selftests/android/ion/ionmap_test.c 	sync.flags = DMA_BUF_SYNC_START | DMA_BUF_SYNC_RW;
DMA_BUF_SYNC_RW   122 tools/testing/selftests/android/ion/ionmap_test.c 	sync.flags = DMA_BUF_SYNC_END | DMA_BUF_SYNC_RW;