Lines Matching defs:fops
461 * @fops: a pointer to a struct file_operations that should be used for
485 const struct file_operations *fops)
489 fops ? &debugfs_full_proxy_file_operations :
491 fops);
505 * @fops: a pointer to a struct file_operations that should be used for
509 * debugfs_create_file(), the only difference being that the fops
524 const struct file_operations *fops)
528 fops ? &debugfs_open_proxy_file_operations :
530 fops);
544 * @fops: a pointer to a struct file_operations that should be used for
555 const struct file_operations *fops,
558 struct dentry *de = debugfs_create_file(name, mode, parent, data, fops);