Lines Matching refs:kernfs_ops
189 static const struct kernfs_ops sysfs_file_kfops_empty = {
192 static const struct kernfs_ops sysfs_file_kfops_ro = {
196 static const struct kernfs_ops sysfs_file_kfops_wo = {
200 static const struct kernfs_ops sysfs_file_kfops_rw = {
205 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
210 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
215 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
221 static const struct kernfs_ops sysfs_bin_kfops_ro = {
225 static const struct kernfs_ops sysfs_bin_kfops_wo = {
229 static const struct kernfs_ops sysfs_bin_kfops_rw = {
234 static const struct kernfs_ops sysfs_bin_kfops_mmap = {
245 const struct kernfs_ops *ops; in sysfs_add_file_mode_ns()