Lines Matching refs:kernfs_ops
226 static const struct kernfs_ops sysfs_file_kfops_empty = {
229 static const struct kernfs_ops sysfs_file_kfops_ro = {
233 static const struct kernfs_ops sysfs_file_kfops_wo = {
237 static const struct kernfs_ops sysfs_file_kfops_rw = {
242 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
247 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
252 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
258 static const struct kernfs_ops sysfs_bin_kfops_ro = {
262 static const struct kernfs_ops sysfs_bin_kfops_wo = {
266 static const struct kernfs_ops sysfs_bin_kfops_rw = {
271 static const struct kernfs_ops sysfs_bin_kfops_mmap = {
286 const struct kernfs_ops *ops = NULL; in sysfs_add_file_mode_ns()
335 const struct kernfs_ops *ops; in sysfs_add_bin_file_mode_ns()