Lines Matching refs:kernfs_ops
205 static const struct kernfs_ops sysfs_file_kfops_empty = {
208 static const struct kernfs_ops sysfs_file_kfops_ro = {
212 static const struct kernfs_ops sysfs_file_kfops_wo = {
216 static const struct kernfs_ops sysfs_file_kfops_rw = {
221 static const struct kernfs_ops sysfs_prealloc_kfops_ro = {
226 static const struct kernfs_ops sysfs_prealloc_kfops_wo = {
231 static const struct kernfs_ops sysfs_prealloc_kfops_rw = {
237 static const struct kernfs_ops sysfs_bin_kfops_ro = {
241 static const struct kernfs_ops sysfs_bin_kfops_wo = {
245 static const struct kernfs_ops sysfs_bin_kfops_rw = {
250 static const struct kernfs_ops sysfs_bin_kfops_mmap = {
262 const struct kernfs_ops *ops; in sysfs_add_file_mode_ns()