Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dd_path.c364 char *dentry_path_raw(const struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() function
371 EXPORT_SYMBOL(dentry_path_raw);
/Linux-v5.15/security/apparmor/
Dpath.c140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
/Linux-v5.15/security/tomoyo/
Drealpath.c131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
/Linux-v5.15/include/linux/
Ddcache.h304 extern char *dentry_path_raw(const struct dentry *, char *, int);
/Linux-v5.15/fs/autofs/
Dwaitq.c352 char *p = dentry_path_raw(dentry, name, NAME_MAX); in autofs_wait()
/Linux-v5.15/fs/vboxsf/
Dutils.c377 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
/Linux-v5.15/fs/cifs/
Ddir.c102 s = dentry_path_raw(direntry, page, PATH_MAX); in build_path_from_dentry_optional_prefix()
/Linux-v5.15/fs/hostfs/
Dhostfs_kern.c88 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
/Linux-v5.15/virt/kvm/
Dkvm_main.c5349 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
/Linux-v5.15/security/selinux/
Dhooks.c1357 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()