Lines Matching defs:fops
64 * @fops: File operations.
71 const struct file_operations *fops,
78 if (fops->owner && !try_module_get(fops->owner)) {
101 flags & (O_ACCMODE | O_NONBLOCK), fops);
117 module_put(fops->owner);
1185 do { if (!fops->NAME) fops->NAME = ocxl_afu_fops.NAME; } while (0)
1190 * @fops: File operations to be associated.
1196 struct file_operations *fops, int *fd)
1225 if (fops) {
1231 fops = (struct file_operations *)&ocxl_afu_fops;
1234 file = ocxlflash_getfile(dev, name, fops, ctx, flags);