Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
Dfile.c145 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
146 static int __fops ## _open(struct inode *inode, struct file *file) \
151 static const struct file_operations __fops = { \
152 .open = __fops ## _open, \