Home
last modified time | relevance | path

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

/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);
/linux/security/apparmor/
H A Dpath.c140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
/linux/security/tomoyo/
H A Drealpath.c131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
/linux/fs/smb/client/
H A Dnamespace.c152 s = dentry_path_raw(dentry, page, PATH_MAX); in automount_fullpath()
H A Ddir.c103 s = dentry_path_raw(direntry, page, PATH_MAX); in __build_path_from_dentry_optional_prefix()
/linux/include/linux/
H A Ddcache.h309 extern char *dentry_path_raw(const struct dentry *, char *, int);
/linux/fs/autofs/
H A Dwaitq.c353 char *p = dentry_path_raw(dentry, name, NAME_MAX); in autofs_wait()
/linux/fs/vboxsf/
H A Dutils.c379 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
/linux/fs/hostfs/
H A Dhostfs_kern.c98 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
/linux/virt/kvm/
H A Dkvm_main.c6333 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
/linux/security/selinux/
H A Dhooks.c1343 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()