Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Dlinux_dma-buf.c57 struct fileops dmabuf_fileops = { variable
78 fp->f_ops = &dmabuf_fileops; in dma_buf_export()
126 if (fp->f_ops != &dmabuf_fileops) { in dma_buf_get()