Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dd_path.c374 char *dentry_path_raw(struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() function
378 EXPORT_SYMBOL(dentry_path_raw);
/kernel/linux/linux-5.10/security/apparmor/
Dpath.c140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
/kernel/linux/linux-5.10/security/tomoyo/
Drealpath.c131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
/kernel/linux/linux-5.10/fs/hmdfs/
Dinode_merge.c942 path_name = dentry_path_raw(lo_d_parent, path_buf, PATH_MAX); in hmdfs_create_lower_dentry()
1273 path_name = dentry_path_raw(lo_d_new_dir, path_buf, PATH_MAX); in do_rename_merge()
1369 old_dir_path = dentry_path_raw(old_dir_dentry, old_dir_buf, PATH_MAX); in hmdfs_rename_merge()
1370 new_dir_path = dentry_path_raw(new_dir_dentry, new_dir_buf, PATH_MAX); in hmdfs_rename_merge()
Dinode_cloud_merge.c467 path_name = dentry_path_raw(lo_d_parent, path_buf, PATH_MAX); in hmdfs_create_lower_cloud_dentry()
Dstash.c581 cache->path = dentry_path_raw(stash_dentry, cache->path_buf, in hmdfs_new_file_cache()
/kernel/linux/linux-5.10/include/linux/
Ddcache.h300 extern char *dentry_path_raw(struct dentry *, char *, int);
/kernel/linux/linux-5.10/fs/vboxsf/
Dutils.c358 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
/kernel/linux/linux-5.10/fs/hostfs/
Dhostfs_kern.c86 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
/kernel/linux/linux-5.10/virt/kvm/
Dkvm_main.c4776 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
/kernel/linux/linux-5.10/security/selinux/
Dhooks.c1304 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()