Lines Matching refs:kn
251 void sysfs_unbreak_active_protection(struct kernfs_node *kn);
308 static inline void sysfs_enable_ns(struct kernfs_node *kn) in sysfs_enable_ns() argument
310 return kernfs_enable_ns(kn); in sysfs_enable_ns()
374 static inline void sysfs_unbreak_active_protection(struct kernfs_node *kn) in sysfs_unbreak_active_protection() argument
521 static inline void sysfs_enable_ns(struct kernfs_node *kn) in sysfs_enable_ns() argument
545 static inline void sysfs_notify_dirent(struct kernfs_node *kn) in sysfs_notify_dirent() argument
547 kernfs_notify(kn); in sysfs_notify_dirent()
556 static inline struct kernfs_node *sysfs_get(struct kernfs_node *kn) in sysfs_get() argument
558 kernfs_get(kn); in sysfs_get()
559 return kn; in sysfs_get()
562 static inline void sysfs_put(struct kernfs_node *kn) in sysfs_put() argument
564 kernfs_put(kn); in sysfs_put()