Lines Matching refs:file_operations

41 const struct file_operations debugfs_noop_file_operations = {
50 const struct file_operations *debugfs_real_fops(const struct file *filp) in debugfs_real_fops()
148 const struct file_operations *real_fops) in debugfs_locked_down()
166 const struct file_operations *real_fops = NULL; in open_proxy_open()
204 const struct file_operations debugfs_open_proxy_file_operations = {
215 const struct file_operations *real_fops; \
250 const struct file_operations *real_fops; in full_proxy_poll()
264 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release()
265 const struct file_operations *proxy_fops = filp->f_op; in full_proxy_release()
283 static void __full_proxy_fops_init(struct file_operations *proxy_fops, in __full_proxy_fops_init()
284 const struct file_operations *real_fops) in __full_proxy_fops_init()
302 const struct file_operations *real_fops = NULL; in full_proxy_open()
303 struct file_operations *proxy_fops = NULL; in full_proxy_open()
362 const struct file_operations debugfs_full_proxy_file_operations = {
398 const struct file_operations *fops, in debugfs_create_mode_unsafe()
399 const struct file_operations *fops_ro, in debugfs_create_mode_unsafe()
400 const struct file_operations *fops_wo) in debugfs_create_mode_unsafe()
811 static const struct file_operations fops_bool = {
818 static const struct file_operations fops_bool_ro = {
824 static const struct file_operations fops_bool_wo = {
894 static const struct file_operations fops_str = {
901 static const struct file_operations fops_str_ro = {
907 static const struct file_operations fops_str_wo = {
959 static const struct file_operations fops_blob = {
1054 static const struct file_operations u32_array_fops = {
1144 static const struct file_operations fops_regset32 = {
1188 static const struct file_operations debugfs_devm_entry_ops = {