Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
Dkernfs.h403 int kernfs_path_from_node(struct kernfs_node *kn_to, struct kernfs_node *kn_from,
484 static inline int kernfs_path_from_node(struct kernfs_node *root_kn, in kernfs_path_from_node() function
606 return kernfs_path_from_node(kn, NULL, buf, buflen); in kernfs_path()
/linux-6.15/fs/kernfs/
Ddir.c223 int kernfs_path_from_node(struct kernfs_node *to, struct kernfs_node *from, in kernfs_path_from_node() function
238 EXPORT_SYMBOL_GPL(kernfs_path_from_node);
271 sz = kernfs_path_from_node(kn, NULL, kernfs_pr_cont_buf, in pr_cont_kernfs_path()
/linux-6.15/kernel/cgroup/
Dcgroup.c1922 len = kernfs_path_from_node(kf_node, ns_cgroup->kn, buf, PATH_MAX); in cgroup_show_path()
2433 return kernfs_path_from_node(cgrp->kn, root->kn, buf, buflen); in cgroup_path_ns_locked()