Lines Matching defs:fops
438 * @fops: a pointer to a struct file_operations that should be used for
457 const struct file_operations *fops)
461 fops ? &debugfs_full_proxy_file_operations :
463 fops);
477 * @fops: a pointer to a struct file_operations that should be used for
481 * debugfs_create_file(), the only difference being that the fops
496 const struct file_operations *fops)
500 fops ? &debugfs_open_proxy_file_operations :
502 fops);
516 * @fops: a pointer to a struct file_operations that should be used for
527 const struct file_operations *fops,
530 struct dentry *de = debugfs_create_file(name, mode, parent, data, fops);