Searched refs:kernfs_path_from_node (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernfs.h | 362 int kernfs_path_from_node(struct kernfs_node *root_kn, struct kernfs_node *kn, 441 static inline int kernfs_path_from_node(struct kernfs_node *root_kn, in kernfs_path_from_node() function 557 return kernfs_path_from_node(kn, NULL, buf, buflen); in kernfs_path()
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | dir.c | 218 int kernfs_path_from_node(struct kernfs_node *to, struct kernfs_node *from, in kernfs_path_from_node() function 229 EXPORT_SYMBOL_GPL(kernfs_path_from_node); 262 sz = kernfs_path_from_node(kn, NULL, kernfs_pr_cont_buf, in pr_cont_kernfs_path()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_exynos | 1055 kernfs_path_from_node
|
| H A D | abi_gki_aarch64_mtk | 1062 kernfs_path_from_node
|
| H A D | abi_gki_aarch64_oplus | 1381 kernfs_path_from_node
|
| H A D | abi_gki_aarch64_galaxy | 2395 kernfs_path_from_node
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | cgroup.c | 1842 len = kernfs_path_from_node(kf_node, ns_cgroup->kn, buf, PATH_MAX); in cgroup_show_path() 2272 return kernfs_path_from_node(cgrp->kn, root->kn, buf, buflen); in cgroup_path_ns_locked()
|