Searched refs:dentry_path_raw (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | android_fs.h | 54 path = dentry_path_raw(d, buf, buflen); in android_fstrace_get_pathname()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | d_path.c | 374 char *dentry_path_raw(struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() function 378 EXPORT_SYMBOL(dentry_path_raw);
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | path.c | 140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | realpath.c | 131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dcache.h | 309 extern char *dentry_path_raw(struct dentry *, char *, int);
|
| /OK3568_Linux_fs/kernel/fs/vboxsf/ |
| H A D | utils.c | 358 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
|
| /OK3568_Linux_fs/kernel/fs/hostfs/ |
| H A D | hostfs_kern.c | 86 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_vivo | 280 dentry_path_raw
|
| H A D | abi_gki_aarch64_oplus | 383 dentry_path_raw
|
| /OK3568_Linux_fs/kernel/virt/kvm/ |
| H A D | kvm_main.c | 4776 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 1305 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()
|