Searched refs:dentry_path (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/rockchip/ |
| H A D | rockchip_ion_snapshot.c | 87 path = dentry_path(root, buf, 256); in rockchip_ion_snapshot_debugfs() 97 path = dentry_path(root, buf, 256); in rockchip_ion_snapshot_debugfs()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | path.c | 99 res = dentry_path(path->dentry, buf, buflen); in d_namespace_path()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/tegra/ |
| H A D | bpmp-debugfs.c | 85 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename() 92 filename = dentry_path(file->f_path.dentry, buf, size); in get_filename()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dcache.h | 310 extern char *dentry_path(struct dentry *, char *, int);
|