Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/linux/ | |
linux_dma_buf.c | 54 static const struct fileops dmabuf_fileops = { variable in typeref:typename:const struct fileops 116 file->f_ops = &dmabuf_fileops; 137 if (file->f_type != DTYPE_MISC || file->f_ops != &dmabuf_fileops) { |