Home
last modified time | relevance | path

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

/linux-4.4.14/fs/sysfs/
Ddir.c113 int sysfs_move_dir_ns(struct kobject *kobj, struct kobject *new_parent_kobj, in sysfs_move_dir_ns() function
/linux-4.4.14/include/linux/
Dsysfs.h220 int __must_check sysfs_move_dir_ns(struct kobject *kobj,
311 static inline int sysfs_move_dir_ns(struct kobject *kobj, in sysfs_move_dir_ns() function
/linux-4.4.14/lib/
Dkobject.c548 error = sysfs_move_dir_ns(kobj, new_parent, kobject_namespace(kobj)); in kobject_move()