Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Ddcache.h300 extern char *dentry_path(struct dentry *, char *, int);
/linux-4.19.296/fs/
Dd_path.c375 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path() function
Dseq_file.c529 char *p = dentry_path(dentry, buf, size); in seq_dentry()