Lines Matching refs:kn
266 void sysfs_unbreak_active_protection(struct kernfs_node *kn);
324 static inline void sysfs_enable_ns(struct kernfs_node *kn) in sysfs_enable_ns() argument
326 return kernfs_enable_ns(kn); in sysfs_enable_ns()
406 static inline void sysfs_unbreak_active_protection(struct kernfs_node *kn) in sysfs_unbreak_active_protection() argument
553 static inline void sysfs_enable_ns(struct kernfs_node *kn) in sysfs_enable_ns() argument
622 static inline void sysfs_notify_dirent(struct kernfs_node *kn) in sysfs_notify_dirent() argument
624 kernfs_notify(kn); in sysfs_notify_dirent()
633 static inline struct kernfs_node *sysfs_get(struct kernfs_node *kn) in sysfs_get() argument
635 kernfs_get(kn); in sysfs_get()
636 return kn; in sysfs_get()
639 static inline void sysfs_put(struct kernfs_node *kn) in sysfs_put() argument
641 kernfs_put(kn); in sysfs_put()