Home
last modified time | relevance | path

Searched refs:d_path (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/fs/
Dd_path.c256 char *d_path(const struct path *path, char *buf, int buflen) in d_path() function
286 EXPORT_SYMBOL(d_path);
DMakefile14 pnode.o splice.o sync.o utimes.o d_path.o \
Ddcookies.c180 path = d_path(&dcs->path, kbuf, PAGE_SIZE); in do_lookup_dcookie()
Dseq_file.c462 char *p = d_path(path, buf, size); in seq_path()
Dopen.c889 return d_path(&filp->f_path, buf, buflen); in file_path()
/linux-4.19.296/lib/
Dseq_buf.c278 char *p = d_path(path, buf, size);
/linux-4.19.296/include/linux/
Ddcache.h298 extern char *d_path(const struct path *, char *, int);
/linux-4.19.296/fs/ext4/
Dfile.c422 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
/linux-4.19.296/fs/nfsd/
Dexport.c329 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
/linux-4.19.296/fs/proc/
Dbase.c1642 pathname = d_path(path, tmp, PAGE_SIZE); in do_proc_readlink()