Searched refs:__d_path (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | path.c | 39 * leading / that __d_path may have returned. 122 res = __d_path(path, &root, buf, buflen); in d_namespace_path()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | path.c | 39 * leading / that __d_path may have returned. 122 res = __d_path(path, &root, buf, buflen); in d_namespace_path()
|
/kernel/linux/linux-5.10/fs/ |
H A D | d_path.c | 165 * __d_path - return the path of a dentry 180 char *__d_path(const struct path *path, in __d_path() function 215 * same as __d_path but appends "(deleted)" for unlinked files.
|
H A D | seq_file.c | 506 p = __d_path(path, root, buf, size); in seq_path_root()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dcache.h | 297 extern char *__d_path(const struct path *, const struct path *, char *, int);
|
/kernel/linux/linux-6.6/fs/ |
H A D | d_path.c | 200 * __d_path - return the path of a dentry 215 char *__d_path(const struct path *path, in __d_path() function
|
H A D | seq_file.c | 517 p = __d_path(path, root, buf, size); in seq_path_root()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dcache.h | 294 extern char *__d_path(const struct path *, const struct path *, char *, int);
|
Completed in 8 milliseconds