Lines Matching refs:file_operations
41 const struct file_operations debugfs_noop_file_operations = {
100 const struct file_operations *ops; in __debugfs_file_get()
269 const struct file_operations *real_fops) in debugfs_locked_down()
288 const struct file_operations *real_fops = DEBUGFS_I(inode)->real_fops; in open_proxy_open()
324 const struct file_operations debugfs_open_proxy_file_operations = {
417 const struct file_operations *real_fops = fsd->real_fops; in full_proxy_release()
436 const struct file_operations *real_fops; in full_proxy_open_regular()
482 const struct file_operations debugfs_full_proxy_file_operations = {
507 const struct file_operations debugfs_full_short_proxy_file_operations = {
562 const struct file_operations *fops, in debugfs_create_mode_unsafe()
563 const struct file_operations *fops_ro, in debugfs_create_mode_unsafe()
564 const struct file_operations *fops_wo) in debugfs_create_mode_unsafe()
975 static const struct file_operations fops_bool = {
982 static const struct file_operations fops_bool_ro = {
988 static const struct file_operations fops_bool_wo = {
1103 static const struct file_operations fops_str = {
1110 static const struct file_operations fops_str_ro = {
1116 static const struct file_operations fops_str_wo = {
1176 static const struct file_operations fops_blob = {
1272 static const struct file_operations u32_array_fops = {
1395 static const struct file_operations debugfs_devm_entry_ops = {