Lines Matching defs:fops
446 * @fops: The fops of the file to be created.
455 const struct file_operations *fops)
462 return lookup_file(ei, dentry, mode, attr, data, fops);
507 const struct file_operations *fops;
514 if (entry->callback(name, &mode, &data, &fops) <= 0)
517 result = lookup_file_dentry(dentry, ei, i, mode, data, fops);
530 const struct file_operations *fops;
582 r = entry->callback(name, &mode, &cdata, &fops);
649 * const struct file_operations **fops);
657 * fops = the fops to use for the created file.