Home
last modified time | relevance | path

Searched refs:__dentry_path (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dd_path.c329 static char *__dentry_path(struct dentry *d, char *buf, int buflen) in __dentry_path() function
376 return __dentry_path(dentry, buf, buflen); in dentry_path_raw()
391 retval = __dentry_path(dentry, buf, buflen); in dentry_path()
/kernel/linux/linux-6.6/fs/
H A Dd_path.c331 static char *__dentry_path(const struct dentry *d, struct prepend_buffer *p) in __dentry_path() function
367 return __dentry_path(dentry, &b); in dentry_path_raw()
379 return __dentry_path(dentry, &b); in dentry_path()

Completed in 3 milliseconds