Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dkernfs.h306 int kernfs_path_from_node(struct kernfs_node *root_kn, struct kernfs_node *kn,
380 static inline int kernfs_path_from_node(struct kernfs_node *root_kn, in kernfs_path_from_node() function
488 return kernfs_path_from_node(kn, NULL, buf, buflen); in kernfs_path()
/linux-4.19.296/fs/kernfs/
Ddir.c217 int kernfs_path_from_node(struct kernfs_node *to, struct kernfs_node *from, in kernfs_path_from_node() function
228 EXPORT_SYMBOL_GPL(kernfs_path_from_node);
261 sz = kernfs_path_from_node(kn, NULL, kernfs_pr_cont_buf, in pr_cont_kernfs_path()