Searched refs:dentry_path_raw (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/fs/ |
D | d_path.c | 370 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/ |
D | path.c | 140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
|
/Linux-v5.4/security/tomoyo/ |
D | realpath.c | 130 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
|
/Linux-v5.4/include/linux/ |
D | dcache.h | 298 extern char *dentry_path_raw(struct dentry *, char *, int);
|
/Linux-v5.4/fs/hostfs/ |
D | hostfs_kern.c | 86 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
|
/Linux-v5.4/virt/kvm/ |
D | kvm_main.c | 4232 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
|
/Linux-v5.4/security/selinux/ |
D | hooks.c | 1344 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()
|