Lines Matching refs:fops
83 const struct file_operations *fops);
87 const struct debugfs_short_fops *fops);
125 #define debugfs_create_file(name, mode, parent, data, fops) \ argument
126 _Generic(fops, \
131 (name, mode, parent, data, NULL, fops)
133 #define debugfs_create_file_aux(name, mode, parent, data, aux, fops) \ argument
134 _Generic(fops, \
139 (name, mode, parent, data, aux, fops)
143 const struct file_operations *fops);
147 const struct file_operations *fops,
275 const void *fops) in debugfs_create_file_aux() argument
282 const void *fops) in debugfs_create_file() argument
290 const struct file_operations *fops) in debugfs_create_file_unsafe() argument
297 const struct file_operations *fops, in debugfs_create_file_size() argument
474 #define debugfs_create_file_aux_num(name, mode, parent, data, n, fops) \ argument
476 (void *)(unsigned long)n, fops)