Lines Matching refs:kernfs_ops
220 static const struct kernfs_ops sysfs_file_kfops_empty = {
223 static const struct kernfs_ops sysfs_file_kfops_ro = {
227 static const struct kernfs_ops sysfs_file_kfops_wo = {
231 static const struct kernfs_ops sysfs_file_kfops_rw = {
236 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
241 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
246 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
252 static const struct kernfs_ops sysfs_bin_kfops_ro = {
256 static const struct kernfs_ops sysfs_bin_kfops_wo = {
260 static const struct kernfs_ops sysfs_bin_kfops_rw = {
265 static const struct kernfs_ops sysfs_bin_kfops_mmap = {
280 const struct kernfs_ops *ops = NULL; in sysfs_add_file_mode_ns()
329 const struct kernfs_ops *ops; in sysfs_add_bin_file_mode_ns()