Lines Matching refs:kernfs_ops
194 static const struct kernfs_ops sysfs_file_kfops_empty = {
197 static const struct kernfs_ops sysfs_file_kfops_ro = {
201 static const struct kernfs_ops sysfs_file_kfops_wo = {
205 static const struct kernfs_ops sysfs_file_kfops_rw = {
210 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
215 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
220 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
226 static const struct kernfs_ops sysfs_bin_kfops_ro = {
230 static const struct kernfs_ops sysfs_bin_kfops_wo = {
234 static const struct kernfs_ops sysfs_bin_kfops_rw = {
239 static const struct kernfs_ops sysfs_bin_kfops_mmap = {
250 const struct kernfs_ops *ops; in sysfs_add_file_mode_ns()