Home
last modified time | relevance | path

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

/Linux-v4.19/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.c459 char *p = d_path(path, buf, size); in seq_path()
Dopen.c867 return d_path(&filp->f_path, buf, buflen); in file_path()
/Linux-v4.19/lib/
Dseq_buf.c270 char *p = d_path(path, buf, size);
/Linux-v4.19/include/linux/
Ddcache.h298 extern char *d_path(const struct path *, char *, int);
/Linux-v4.19/fs/ext4/
Dfile.c409 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
/Linux-v4.19/Documentation/filesystems/
Dindex.rst80 .. kernel-doc:: fs/d_path.c
Dvfs.txt1091 appropriate SMP safety is used. CAUTION : d_path() logic is quite
/Linux-v4.19/drivers/staging/gasket/
Dgasket_core.c1323 d_path(&filp->f_path, path, 256)); in gasket_ioctl()
/Linux-v4.19/fs/nfsd/
Dexport.c329 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
/Linux-v4.19/kernel/
Daudit.c2031 p = d_path(path, pathname, PATH_MAX+11); in audit_log_d_path()
/Linux-v4.19/fs/proc/
Dbase.c1629 pathname = d_path(path, tmp, PAGE_SIZE); in do_proc_readlink()