Searched refs:is_dma_buf_file (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/dma-buf/
H A Ddma-buf.c37 static inline int is_dma_buf_file(struct file *);
50 if (!is_dma_buf_file(file)) dma_buf_release()
85 if (!is_dma_buf_file(file)) dma_buf_mmap_internal()
103 if (!is_dma_buf_file(file)) dma_buf_llseek()
262 * is_dma_buf_file - Check if struct file* is associated with dma_buf
264 static inline int is_dma_buf_file(struct file *file) is_dma_buf_file() function
394 if (!is_dma_buf_file(file)) { dma_buf_get()

Completed in 45 milliseconds