Searched refs:dentry_path (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | path.c | 99 res = dentry_path(path->dentry, buf, buflen); in d_namespace_path()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | path.c | 99 res = dentry_path(path->dentry, buf, buflen); in d_namespace_path()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/fs/ |
H A D | d_path.c | 380 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path() function
|
H A D | seq_file.c | 533 char *p = dentry_path(dentry, buf, size); in seq_dentry()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dcache.h | 301 extern char *dentry_path(struct dentry *, char *, int);
|
/kernel/linux/linux-6.6/fs/ |
H A D | d_path.c | 371 char *dentry_path(const struct dentry *dentry, char *buf, int buflen) in dentry_path() function
|
H A D | seq_file.c | 544 char *p = dentry_path(dentry, buf, size); in seq_dentry()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dcache.h | 298 extern char *dentry_path(const struct dentry *, char *, int);
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_appraise.c | 742 path = dentry_path(dentry, pathbuf, PATH_MAX); in validate_hash_algo()
|
Completed in 11 milliseconds