Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma-buf/
H A Dsync_file.c21 static const struct file_operations sync_file_fops; variable
31 sync_file->file = anon_inode_getfile("sync_file", &sync_file_fops, in sync_file_alloc()
86 if (file->f_op != &sync_file_fops) in sync_file_fdget()
367 static const struct file_operations sync_file_fops = { variable