Lines Matching refs:kernfs_ops
187 static const struct kernfs_ops sysfs_file_kfops_empty = {
190 static const struct kernfs_ops sysfs_file_kfops_ro = {
194 static const struct kernfs_ops sysfs_file_kfops_wo = {
198 static const struct kernfs_ops sysfs_file_kfops_rw = {
203 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
208 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
213 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
219 static const struct kernfs_ops sysfs_bin_kfops_ro = {
223 static const struct kernfs_ops sysfs_bin_kfops_wo = {
227 static const struct kernfs_ops sysfs_bin_kfops_rw = {
232 static const struct kernfs_ops sysfs_bin_kfops_mmap = {
243 const struct kernfs_ops *ops; in sysfs_add_file_mode_ns()