Searched refs:dentry_path (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 82 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename() 89 filename = dentry_path(file->f_path.dentry, buf, size); in get_filename()
|
/linux/fs/ |
H A D | d_path.c | 371 char *dentry_path(const struct dentry *dentry, char *buf, int buflen) in dentry_path() function
|
/linux/include/linux/ |
H A D | dcache.h | 305 extern char *dentry_path(const struct dentry *, char *, int);
|
/linux/security/integrity/ima/ |
H A D | ima_appraise.c | 765 path = dentry_path(dentry, pathbuf, PATH_MAX); in validate_hash_algo()
|