Lines Matching refs:file_operations
41 const struct file_operations debugfs_noop_file_operations = {
56 const struct file_operations *debugfs_real_fops(const struct file *filp) in debugfs_real_fops()
117 const struct file_operations *ops; in __debugfs_file_get()
286 const struct file_operations *real_fops) in debugfs_locked_down()
305 const struct file_operations *real_fops = NULL; in open_proxy_open()
343 const struct file_operations debugfs_open_proxy_file_operations = {
355 const struct file_operations *real_fops; \
413 const struct file_operations *real_fops; in full_proxy_poll()
428 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release()
447 const struct file_operations *real_fops; in full_proxy_open_regular()
493 const struct file_operations debugfs_full_proxy_file_operations = {
518 const struct file_operations debugfs_full_short_proxy_file_operations = {
573 const struct file_operations *fops, in debugfs_create_mode_unsafe()
574 const struct file_operations *fops_ro, in debugfs_create_mode_unsafe()
575 const struct file_operations *fops_wo) in debugfs_create_mode_unsafe()
986 static const struct file_operations fops_bool = {
993 static const struct file_operations fops_bool_ro = {
999 static const struct file_operations fops_bool_wo = {
1114 static const struct file_operations fops_str = {
1121 static const struct file_operations fops_str_ro = {
1127 static const struct file_operations fops_str_wo = {
1187 static const struct file_operations fops_blob = {
1283 static const struct file_operations u32_array_fops = {
1406 static const struct file_operations debugfs_devm_entry_ops = {