Searched refs:dentry_path_raw (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/fs/ |
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.6.21/security/apparmor/ |
D | path.c | 140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
|
/linux-6.6.21/security/tomoyo/ |
D | realpath.c | 131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
|
/linux-6.6.21/fs/smb/client/ |
D | namespace.c | 149 s = dentry_path_raw(dentry, page, PATH_MAX); in automount_fullpath()
|
D | dir.c | 102 s = dentry_path_raw(direntry, page, PATH_MAX); in __build_path_from_dentry_optional_prefix()
|
/linux-6.6.21/include/linux/ |
D | dcache.h | 297 extern char *dentry_path_raw(const struct dentry *, char *, int);
|
/linux-6.6.21/fs/autofs/ |
D | waitq.c | 353 char *p = dentry_path_raw(dentry, name, NAME_MAX); in autofs_wait()
|
/linux-6.6.21/fs/vboxsf/ |
D | utils.c | 378 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
|
/linux-6.6.21/fs/hostfs/ |
D | hostfs_kern.c | 90 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
|
/linux-6.6.21/fs/ntfs3/ |
D | inode.c | 1842 link_path = dentry_path_raw(link_de, link_path_buffer, PATH_MAX); in ntfs_translate_junction()
|
/linux-6.6.21/virt/kvm/ |
D | kvm_main.c | 5905 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
|
/linux-6.6.21/fs/f2fs/ |
D | file.c | 4440 path = dentry_path_raw(file_dentry(file), buf, PATH_MAX); in f2fs_trace_rw_file_path()
|
/linux-6.6.21/security/selinux/ |
D | hooks.c | 1320 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()
|