Searched refs:dentry_path_raw (Results 1 – 9 of 9) sorted by relevance
/linux/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/security/tomoyo/ |
H A D | realpath.c | 131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
|
/linux/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/fs/autofs/ |
H A D | waitq.c | 353 char *p = dentry_path_raw(dentry, name, NAME_MAX); in autofs_wait()
|
/linux/fs/vboxsf/ |
H A D | utils.c | 379 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
|
/linux/fs/ntfs3/ |
H A D | inode.c | 1838 link_path = dentry_path_raw(link_de, link_path_buffer, PATH_MAX); in ntfs_translate_junction()
|
/linux/virt/kvm/ |
H A D | kvm_main.c | 6212 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
|
/linux/security/selinux/ |
H A D | hooks.c | 1327 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()
|