Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dd_path.c370 char *dentry_path_raw(struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() function
374 EXPORT_SYMBOL(dentry_path_raw);
/Linux-v5.4/security/apparmor/
Dpath.c140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
/Linux-v5.4/security/tomoyo/
Drealpath.c130 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
/Linux-v5.4/include/linux/
Ddcache.h298 extern char *dentry_path_raw(struct dentry *, char *, int);
/Linux-v5.4/fs/hostfs/
Dhostfs_kern.c86 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
/Linux-v5.4/virt/kvm/
Dkvm_main.c4232 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
/Linux-v5.4/security/selinux/
Dhooks.c1344 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()