Searched refs:kernfs_name (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | kernfs.h | 130 * Use kernfs_get_parent() and kernfs_name/path() instead of 346 int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen); 423 static inline int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen) in kernfs_name() function
|
H A D | cgroup.h | 658 return kernfs_name(cgrp->kn, buf, buflen); in cgroup_name()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kernfs.h | 197 * Use kernfs_get_parent() and kernfs_name/path() instead of 394 int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen); 472 static inline int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen) in kernfs_name() function
|
H A D | cgroup.h | 596 return kernfs_name(cgrp->kn, buf, buflen); in cgroup_name()
|
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | dir.c | 26 * will introduce deadlock if the scheduler reads the kernfs_name in the 178 * kernfs_name - obtain the name of a given node 191 int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen) in kernfs_name() function 243 kernfs_name(kn, kernfs_pr_cont_buf, sizeof(kernfs_pr_cont_buf)); in pr_cont_kernfs_name()
|
/kernel/linux/linux-6.6/fs/kernfs/ |
H A D | dir.c | 25 * will introduce deadlock if the scheduler reads the kernfs_name in the 179 * kernfs_name - obtain the name of a given node 194 int kernfs_name(struct kernfs_node *kn, char *buf, size_t buflen) in kernfs_name() function 246 kernfs_name(kn, kernfs_pr_cont_buf, sizeof(kernfs_pr_cont_buf)); in pr_cont_kernfs_name()
|
Completed in 10 milliseconds