Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma-buf/
Dsync_file.c29 static const struct file_operations sync_file_fops; variable
39 sync_file->file = anon_inode_getfile("sync_file", &sync_file_fops, in sync_file_alloc()
94 if (file->f_op != &sync_file_fops) in sync_file_fdget()
487 static const struct file_operations sync_file_fops = { variable