Searched refs:dentry_path (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/security/apparmor/ |
D | path.c | 103 res = dentry_path(path->dentry, buf, buflen); in d_namespace_path()
|
/Linux-v4.19/drivers/firmware/tegra/ |
D | bpmp-debugfs.c | 88 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename() 95 filename = dentry_path(file->f_path.dentry, buf, size); in get_filename()
|
/Linux-v4.19/include/linux/ |
D | dcache.h | 300 extern char *dentry_path(struct dentry *, char *, int);
|
/Linux-v4.19/fs/ |
D | d_path.c | 375 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path() function
|
D | seq_file.c | 526 char *p = dentry_path(dentry, buf, size); in seq_dentry()
|