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

/linux-4.1.27/drivers/dma-buf/
H A Ddma-buf.c36 static inline int is_dma_buf_file(struct file *);
49 if (!is_dma_buf_file(file)) dma_buf_release()
83 if (!is_dma_buf_file(file)) dma_buf_mmap_internal()
101 if (!is_dma_buf_file(file)) dma_buf_llseek()
260 * is_dma_buf_file - Check if struct file* is associated with dma_buf
262 static inline int is_dma_buf_file(struct file *file) is_dma_buf_file() function
385 if (!is_dma_buf_file(file)) { dma_buf_get()

Completed in 43 milliseconds