Searched refs:dentry_path_raw (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/fs/ |
| H A D | d_path.c | 362 char *dentry_path_raw(const struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() function 369 EXPORT_SYMBOL(dentry_path_raw);
|
| /linux-6.15/security/apparmor/ |
| H A D | path.c | 140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
|
| /linux-6.15/security/tomoyo/ |
| H A D | realpath.c | 131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
|
| /linux-6.15/fs/smb/client/ |
| H A D | namespace.c | 149 s = dentry_path_raw(dentry, page, PATH_MAX); in automount_fullpath()
|
| H A D | dir.c | 102 s = dentry_path_raw(direntry, page, PATH_MAX); in __build_path_from_dentry_optional_prefix()
|
| /linux-6.15/include/linux/ |
| H A D | dcache.h | 302 extern char *dentry_path_raw(const struct dentry *, char *, int);
|
| /linux-6.15/fs/autofs/ |
| H A D | waitq.c | 353 char *p = dentry_path_raw(dentry, name, NAME_MAX); in autofs_wait()
|
| /linux-6.15/fs/vboxsf/ |
| H A D | utils.c | 379 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
|
| /linux-6.15/fs/hostfs/ |
| H A D | hostfs_kern.c | 98 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | inode.c | 1798 link_path = dentry_path_raw(link_de, link_path_buffer, PATH_MAX); in ntfs_translate_junction()
|
| /linux-6.15/drivers/hwmon/pmbus/ |
| H A D | pmbus_core.c | 3550 pathname = dentry_path_raw(debugfs, name, sizeof(name)); in pmbus_init_debugfs()
|
| /linux-6.15/fs/f2fs/ |
| H A D | file.c | 4761 path = dentry_path_raw(file_dentry(file), buf, PATH_MAX); in f2fs_trace_rw_file_path()
|
| /linux-6.15/virt/kvm/ |
| H A D | kvm_main.c | 6225 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
|
| /linux-6.15/security/selinux/ |
| H A D | hooks.c | 1327 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()
|