Home
last modified time | relevance | path

Searched refs:dentry_path_raw (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/fs/
H A Dd_path.c362 char *dentry_path_raw(const struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() function
369 EXPORT_SYMBOL(dentry_path_raw);
/openbmc/linux/security/apparmor/
H A Dpath.c140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
/openbmc/linux/security/tomoyo/
H A Drealpath.c131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
/openbmc/linux/fs/smb/client/
H A Dnamespace.c149 s = dentry_path_raw(dentry, page, PATH_MAX); in automount_fullpath()
H A Ddir.c102 s = dentry_path_raw(direntry, page, PATH_MAX); in __build_path_from_dentry_optional_prefix()
/openbmc/linux/include/linux/
H A Ddcache.h297 extern char *dentry_path_raw(const struct dentry *, char *, int);
/openbmc/linux/fs/autofs/
H A Dwaitq.c353 char *p = dentry_path_raw(dentry, name, NAME_MAX); in autofs_wait()
/openbmc/linux/fs/vboxsf/
H A Dutils.c378 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
/openbmc/linux/fs/hostfs/
H A Dhostfs_kern.c90 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
/openbmc/linux/fs/ntfs3/
H A Dinode.c1863 link_path = dentry_path_raw(link_de, link_path_buffer, PATH_MAX); in ntfs_translate_junction()
/openbmc/linux/fs/f2fs/
H A Dfile.c4566 path = dentry_path_raw(file_dentry(file), buf, PATH_MAX); in f2fs_trace_rw_file_path()
/openbmc/linux/virt/kvm/
H A Dkvm_main.c5907 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
/openbmc/linux/security/selinux/
H A Dhooks.c1320 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()