Home
last modified time | relevance | path

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

/linux-4.1.27/fs/sysfs/
Ddir.c28 path = kernfs_path(parent, buf, PATH_MAX); in sysfs_warn_dup()
/linux-4.1.27/include/linux/
Dkernfs.h269 char * __must_check kernfs_path(struct kernfs_node *kn, char *buf,
334 static inline char * __must_check kernfs_path(struct kernfs_node *kn, char *buf, in kernfs_path() function
Dcgroup.h226 return kernfs_path(cgrp->kn, buf, buflen); in cgroup_path()
/linux-4.1.27/fs/kernfs/
Ddir.c105 char *kernfs_path(struct kernfs_node *kn, char *buf, size_t buflen) in kernfs_path() function
115 EXPORT_SYMBOL_GPL(kernfs_path);