Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dd_path.c361 char *dentry_path_raw(const struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() function
368 EXPORT_SYMBOL(dentry_path_raw);
/Linux-v6.1/security/apparmor/
Dpath.c140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
/Linux-v6.1/security/tomoyo/
Drealpath.c131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
/Linux-v6.1/include/linux/
Ddcache.h297 extern char *dentry_path_raw(const struct dentry *, char *, int);
/Linux-v6.1/fs/autofs/
Dwaitq.c352 char *p = dentry_path_raw(dentry, name, NAME_MAX); in autofs_wait()
/Linux-v6.1/fs/vboxsf/
Dutils.c378 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
/Linux-v6.1/fs/cifs/
Ddir.c103 s = dentry_path_raw(direntry, page, PATH_MAX); in build_path_from_dentry_optional_prefix()
/Linux-v6.1/fs/hostfs/
Dhostfs_kern.c89 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
/Linux-v6.1/fs/f2fs/
Dfile.c4342 path = dentry_path_raw(file_dentry(iocb->ki_filp), p, PATH_MAX); in f2fs_file_read_iter()
4665 path = dentry_path_raw(file_dentry(iocb->ki_filp), in f2fs_file_write_iter()
/Linux-v6.1/virt/kvm/
Dkvm_main.c5685 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
/Linux-v6.1/security/selinux/
Dhooks.c1282 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()