Lines Matching defs:fops
57 const struct file_operations *fops,
66 if (fops->owner && !try_module_get(fops->owner))
83 flags & (O_ACCMODE | O_NONBLOCK), fops);
96 module_put(fops->owner);
384 #define PATCH_FOPS(NAME) if (!fops->NAME) fops->NAME = afu_fops.NAME
387 struct file *cxl_get_fd(struct cxl_context *ctx, struct file_operations *fops,
409 if (fops) {
418 fops = (struct file_operations *)&afu_fops;
421 file = cxl_getfile(name, fops, ctx, flags);