Searched refs:dentry_path_raw (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/fs/ |
D | d_path.c | 364 char *dentry_path_raw(const struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() function 371 EXPORT_SYMBOL(dentry_path_raw);
|
/Linux-v5.15/security/apparmor/ |
D | path.c | 140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
|
/Linux-v5.15/security/tomoyo/ |
D | realpath.c | 131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
|
/Linux-v5.15/include/linux/ |
D | dcache.h | 304 extern char *dentry_path_raw(const struct dentry *, char *, int);
|
/Linux-v5.15/fs/autofs/ |
D | waitq.c | 352 char *p = dentry_path_raw(dentry, name, NAME_MAX); in autofs_wait()
|
/Linux-v5.15/fs/vboxsf/ |
D | utils.c | 377 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
|
/Linux-v5.15/fs/cifs/ |
D | dir.c | 102 s = dentry_path_raw(direntry, page, PATH_MAX); in build_path_from_dentry_optional_prefix()
|
/Linux-v5.15/fs/hostfs/ |
D | hostfs_kern.c | 88 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
|
/Linux-v5.15/virt/kvm/ |
D | kvm_main.c | 5349 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
|
/Linux-v5.15/security/selinux/ |
D | hooks.c | 1357 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()
|