Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
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);
/Linux-v5.10/security/apparmor/
Dpath.c140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
/Linux-v5.10/security/tomoyo/
Drealpath.c131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
/Linux-v5.10/include/linux/
Ddcache.h300 extern char *dentry_path_raw(struct dentry *, char *, int);
/Linux-v5.10/fs/vboxsf/
Dutils.c358 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
/Linux-v5.10/fs/hostfs/
Dhostfs_kern.c86 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
/Linux-v5.10/virt/kvm/
Dkvm_main.c4648 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
/Linux-v5.10/security/selinux/
Dhooks.c1296 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()