Searched refs:d_absolute_path (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | path.c | 125 res = d_absolute_path(path, buf, buflen); in d_namespace_path()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | path.c | 125 res = d_absolute_path(path, buf, buflen); in d_namespace_path()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | realpath.c | 101 pos = d_absolute_path(path, buffer, buflen - 1); in tomoyo_get_absolute_path()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | realpath.c | 101 pos = d_absolute_path(path, buffer, buflen - 1); in tomoyo_get_absolute_path()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_api.c | 398 pathname = d_absolute_path(path, *pathbuf, PATH_MAX); in ima_d_path()
|
/kernel/linux/linux-5.10/fs/ |
H A D | d_path.c | 197 char *d_absolute_path(const struct path *path, in d_absolute_path() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dcache.h | 298 extern char *d_absolute_path(const struct path *, char *, int);
|
/kernel/linux/linux-6.6/fs/ |
H A D | d_path.c | 227 char *d_absolute_path(const struct path *path, in d_absolute_path() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dcache.h | 295 extern char *d_absolute_path(const struct path *, char *, int);
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_api.c | 438 pathname = d_absolute_path(path, *pathbuf, PATH_MAX); in ima_d_path()
|
Completed in 8 milliseconds