Lines Matching refs:kn
434 void sysfs_unbreak_active_protection(struct kernfs_node *kn);
492 static inline void sysfs_enable_ns(struct kernfs_node *kn) in sysfs_enable_ns() argument
494 return kernfs_enable_ns(kn); in sysfs_enable_ns()
578 static inline void sysfs_unbreak_active_protection(struct kernfs_node *kn) in sysfs_unbreak_active_protection() argument
725 static inline void sysfs_enable_ns(struct kernfs_node *kn) in sysfs_enable_ns() argument
803 static inline void sysfs_notify_dirent(struct kernfs_node *kn) in sysfs_notify_dirent() argument
805 kernfs_notify(kn); in sysfs_notify_dirent()
814 static inline struct kernfs_node *sysfs_get(struct kernfs_node *kn) in sysfs_get() argument
816 kernfs_get(kn); in sysfs_get()
817 return kn; in sysfs_get()
820 static inline void sysfs_put(struct kernfs_node *kn) in sysfs_put() argument
822 kernfs_put(kn); in sysfs_put()