Searched refs:dentry_path_raw (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/linux-5.10/fs/ |
| D | d_path.c | 374 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/ |
| D | path.c | 140 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
|
| /kernel/linux/linux-5.10/security/tomoyo/ |
| D | realpath.c | 131 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
|
| /kernel/linux/linux-5.10/fs/hmdfs/ |
| D | inode_merge.c | 942 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()
|
| D | inode_cloud_merge.c | 467 path_name = dentry_path_raw(lo_d_parent, path_buf, PATH_MAX); in hmdfs_create_lower_cloud_dentry()
|
| D | stash.c | 581 cache->path = dentry_path_raw(stash_dentry, cache->path_buf, in hmdfs_new_file_cache()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | dcache.h | 300 extern char *dentry_path_raw(struct dentry *, char *, int);
|
| /kernel/linux/linux-5.10/fs/vboxsf/ |
| D | utils.c | 358 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
|
| /kernel/linux/linux-5.10/fs/hostfs/ |
| D | hostfs_kern.c | 86 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
|
| /kernel/linux/linux-5.10/virt/kvm/ |
| D | kvm_main.c | 4776 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX); in kvm_uevent_notify_change()
|
| /kernel/linux/linux-5.10/security/selinux/ |
| D | hooks.c | 1304 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid()
|