Searched refs:dentry_path_raw (Results 1 – 8 of 8) sorted by relevance
| /fs/ |
| A D | d_path.c | 362 char *dentry_path_raw(const struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() function 369 EXPORT_SYMBOL(dentry_path_raw);
|
| /fs/smb/client/ |
| A D | namespace.c | 152 s = dentry_path_raw(dentry, page, PATH_MAX); in automount_fullpath()
|
| A D | dir.c | 103 s = dentry_path_raw(direntry, page, PATH_MAX); in __build_path_from_dentry_optional_prefix()
|
| /fs/autofs/ |
| A D | waitq.c | 353 char *p = dentry_path_raw(dentry, name, NAME_MAX); in autofs_wait()
|
| /fs/vboxsf/ |
| A D | utils.c | 379 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
|
| /fs/hostfs/ |
| A D | hostfs_kern.c | 98 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
|
| /fs/ntfs3/ |
| A D | inode.c | 1828 link_path = dentry_path_raw(link_de, link_path_buffer, PATH_MAX); in ntfs_translate_junction()
|
| /fs/f2fs/ |
| A D | file.c | 4826 path = dentry_path_raw(file_dentry(file), buf, PATH_MAX); in f2fs_trace_rw_file_path()
|
Completed in 27 milliseconds