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