Home
last modified time | relevance | path

Searched refs:sysfs_move_dir_ns (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/sysfs/ !
Ddir.c117 int sysfs_move_dir_ns(struct kobject *kobj, struct kobject *new_parent_kobj, in sysfs_move_dir_ns() function
/linux-6.6.21/include/linux/ !
Dsysfs.h265 int __must_check sysfs_move_dir_ns(struct kobject *kobj,
378 static inline int sysfs_move_dir_ns(struct kobject *kobj, in sysfs_move_dir_ns() function
/linux-6.6.21/lib/ !
Dkobject.c569 error = sysfs_move_dir_ns(kobj, new_parent, kobject_namespace(kobj)); in kobject_move()