d_absolute_path   296 include/linux/dcache.h extern char *d_absolute_path(const struct path *, char *, int);
d_absolute_path   125 security/apparmor/path.c 		res = d_absolute_path(path, buf, buflen);
d_absolute_path   390 security/integrity/ima/ima_api.c 		pathname = d_absolute_path(path, *pathbuf, PATH_MAX);
d_absolute_path   100 security/tomoyo/realpath.c 		pos = d_absolute_path(path, buffer, buflen - 1);