Home
last modified time | relevance | path

Searched refs:dentry_path_raw (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dandroid_fs.h54 path = dentry_path_raw(d, buf, buflen); in android_fstrace_get_pathname()
/OK3568_Linux_fs/kernel/fs/
H A Dd_path.c374 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 Dpath.c140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Drealpath.c131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h309 extern char *dentry_path_raw(struct dentry *, char *, int);
/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dutils.c358 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
/OK3568_Linux_fs/kernel/fs/hostfs/
H A Dhostfs_kern.c86 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo280 dentry_path_raw
H A Dabi_gki_aarch64_oplus383 dentry_path_raw
/OK3568_Linux_fs/kernel/virt/kvm/
H A Dkvm_main.c4776 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c1305 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()