Home
last modified time | relevance | path

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

/linux-4.4.14/fs/sysfs/
Ddir.c28 path = kernfs_path(parent, buf, PATH_MAX); in sysfs_warn_dup()
/linux-4.4.14/include/linux/
Dkernfs.h270 char * __must_check kernfs_path(struct kernfs_node *kn, char *buf,
339 static inline char * __must_check kernfs_path(struct kernfs_node *kn, char *buf, in kernfs_path() function
Dcgroup.h518 return kernfs_path(cgrp->kn, buf, buflen); in cgroup_path()
/linux-4.4.14/fs/kernfs/
Ddir.c128 char *kernfs_path(struct kernfs_node *kn, char *buf, size_t buflen) in kernfs_path() function
138 EXPORT_SYMBOL_GPL(kernfs_path);