Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dsyscalls.c48 if (filp->f_op != &spufs_context_fops) in do_spu_run()
Dinode.c218 const struct file_operations spufs_context_fops = { variable
226 EXPORT_SYMBOL_GPL(spufs_context_fops);
296 filp->f_op = &spufs_context_fops; in spufs_context_open()
328 if (!filp || filp->f_op != &spufs_context_fops) in spufs_assert_affinity()
Dcoredump.c63 if (file->f_op != &spufs_context_fops) in match_context()
Dspufs.h241 extern const struct file_operations spufs_context_fops;