Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dd_path.c369 char *dentry_path_raw(struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() function
373 EXPORT_SYMBOL(dentry_path_raw);
/Linux-v4.19/security/apparmor/
Dpath.c144 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
/Linux-v4.19/security/tomoyo/
Drealpath.c127 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
/Linux-v4.19/include/linux/
Ddcache.h299 extern char *dentry_path_raw(struct dentry *, char *, int);
/Linux-v4.19/fs/hostfs/
Dhostfs_kern.c86 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
/Linux-v4.19/virt/kvm/
Dkvm_main.c3914 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
/Linux-v4.19/security/selinux/
Dhooks.c1496 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()