Lines Matching refs:kernfs_ops
195 static const struct kernfs_ops sysfs_file_kfops_empty = {
198 static const struct kernfs_ops sysfs_file_kfops_ro = {
202 static const struct kernfs_ops sysfs_file_kfops_wo = {
206 static const struct kernfs_ops sysfs_file_kfops_rw = {
211 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
216 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
221 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
227 static const struct kernfs_ops sysfs_bin_kfops_ro = {
231 static const struct kernfs_ops sysfs_bin_kfops_wo = {
235 static const struct kernfs_ops sysfs_bin_kfops_rw = {
240 static const struct kernfs_ops sysfs_bin_kfops_mmap = {
251 const struct kernfs_ops *ops; in sysfs_add_file_mode_ns()