Lines Matching defs:fops
63 * @fops: File operations.
70 const struct file_operations *fops,
77 if (fops->owner && !try_module_get(fops->owner)) {
100 flags & (O_ACCMODE | O_NONBLOCK), fops);
116 module_put(fops->owner);
1182 do { if (!fops->NAME) fops->NAME = ocxl_afu_fops.NAME; } while (0)
1187 * @fops: File operations to be associated.
1193 struct file_operations *fops, int *fd)
1222 if (fops) {
1228 fops = (struct file_operations *)&ocxl_afu_fops;
1231 file = ocxlflash_getfile(dev, name, fops, ctx, flags);