Home
last modified time | relevance | path

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

/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);
/fs/vboxsf/
Dutils.c358 path = dentry_path_raw(dentry, buf, PATH_MAX); in vboxsf_path_from_dentry()
/fs/hostfs/
Dhostfs_kern.c86 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()