Home
last modified time | relevance | path

Searched refs:sysfs_ns_type (Results 1 – 4 of 4) sorted by relevance

/fs/sysfs/
Dsymlink.c62 ns_type = sysfs_ns_type(parent_sd); in sysfs_do_create_link()
71 (ns_type == sysfs_ns_type(sd->s_symlink.target_sd->s_parent))) { in sysfs_do_create_link()
139 if (targ->sd && sysfs_ns_type(kobj->sd)) in sysfs_delete_link()
198 if (sysfs_ns_type(parent_sd)) in sysfs_rename_link()
Ddir.c433 if (!!sysfs_ns_type(acxt->parent_sd) != !!sd->s_ns) { in __sysfs_add_one()
435 sysfs_ns_type(acxt->parent_sd)? "required": "invalid", in __sysfs_add_one()
598 if (!!sysfs_ns_type(parent_sd) != !!ns) { in sysfs_find_dirent()
600 sysfs_ns_type(parent_sd)? "required": "invalid", in sysfs_find_dirent()
735 if (sysfs_ns_type(parent_sd)) in sysfs_create_dir()
758 type = sysfs_ns_type(parent_sd); in sysfs_lookup()
907 if (sysfs_ns_type(parent_sd)) in sysfs_rename_dir()
920 if (sysfs_ns_type(sd->s_parent)) in sysfs_move_dir()
999 type = sysfs_ns_type(parent_sd); in sysfs_readdir()
Dsysfs.h112 static inline enum kobj_ns_type sysfs_ns_type(struct sysfs_dirent *sd) in sysfs_ns_type() function
Dfile.c503 if (!sysfs_ns_type(dir_sd)) in sysfs_attr_ns()