Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-buf.c35 static inline int is_dma_buf_file(struct file *);
96 if (!is_dma_buf_file(file)) in dma_buf_file_release()
136 if (!is_dma_buf_file(file)) in dma_buf_mmap_internal()
158 if (!is_dma_buf_file(file)) in dma_buf_llseek()
443 * is_dma_buf_file - Check if struct file* is associated with dma_buf
445 static inline int is_dma_buf_file(struct file *file) in is_dma_buf_file() function
658 if (!is_dma_buf_file(file)) { in dma_buf_get()
1433 if (!is_dma_buf_file(f)) in get_dma_buf_from_file()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-buf.c37 static inline int is_dma_buf_file(struct file *);
95 if (!is_dma_buf_file(file)) in dma_buf_file_release()
136 if (!is_dma_buf_file(file)) in dma_buf_mmap_internal()
158 if (!is_dma_buf_file(file)) in dma_buf_llseek()
521 * is_dma_buf_file - Check if struct file* is associated with dma_buf
523 static inline int is_dma_buf_file(struct file *file) in is_dma_buf_file() function
735 if (!is_dma_buf_file(file)) { in dma_buf_get()
1717 if (!is_dma_buf_file(f)) in get_dma_buf_from_file()

Completed in 8 milliseconds