Home
last modified time | relevance | path

Searched refs:kernfs_path_from_node (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dkernfs.h362 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 Ddir.c218 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 Dabi_gki_aarch64_exynos1055 kernfs_path_from_node
H A Dabi_gki_aarch64_mtk1062 kernfs_path_from_node
H A Dabi_gki_aarch64_oplus1381 kernfs_path_from_node
H A Dabi_gki_aarch64_galaxy2395 kernfs_path_from_node
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c1842 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()