Lines Matching defs:fops
58 const struct file_operations *fops,
67 if (fops->owner && !try_module_get(fops->owner))
84 flags & (O_ACCMODE | O_NONBLOCK), fops);
97 module_put(fops->owner);
385 #define PATCH_FOPS(NAME) if (!fops->NAME) fops->NAME = afu_fops.NAME
388 struct file *cxl_get_fd(struct cxl_context *ctx, struct file_operations *fops,
410 if (fops) {
419 fops = (struct file_operations *)&afu_fops;
422 file = cxl_getfile(name, fops, ctx, flags);