Lines Matching refs:kernfs_ops
214 static const struct kernfs_ops sysfs_file_kfops_empty = {
217 static const struct kernfs_ops sysfs_file_kfops_ro = {
221 static const struct kernfs_ops sysfs_file_kfops_wo = {
225 static const struct kernfs_ops sysfs_file_kfops_rw = {
230 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
235 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
240 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
246 static const struct kernfs_ops sysfs_bin_kfops_ro = {
250 static const struct kernfs_ops sysfs_bin_kfops_wo = {
254 static const struct kernfs_ops sysfs_bin_kfops_rw = {
259 static const struct kernfs_ops sysfs_bin_kfops_mmap = {
274 const struct kernfs_ops *ops = NULL; in sysfs_add_file_mode_ns()
323 const struct kernfs_ops *ops; in sysfs_add_bin_file_mode_ns()