Home
last modified time | relevance | path

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

/fs/
Dd_path.c370 char *dentry_path_raw(struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() function
374 EXPORT_SYMBOL(dentry_path_raw);
/fs/hostfs/
Dhostfs_kern.c86 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()