Searched refs:kernfs_name (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dkernfs.h197 * Use kernfs_get_parent() and kernfs_name/path() instead of
397 int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen);
475 static inline int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen) function
H A Dcgroup.h594 return kernfs_name(cgrp->kn, buf, buflen);
/linux-master/fs/kernfs/
H A Ddir.c25 * will introduce deadlock if the scheduler reads the kernfs_name in the
181 * kernfs_name - obtain the name of a given node
196 int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen) function
248 kernfs_name(kn, kernfs_pr_cont_buf, sizeof(kernfs_pr_cont_buf));

Completed in 535 milliseconds