Searched refs:d_path (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/lib/ |
D | seq_buf.c | 269 char *p = d_path(path, buf, size);
|
/linux-4.4.14/fs/ |
D | dcookies.c | 180 path = d_path(&dcs->path, kbuf, PAGE_SIZE); in SYSCALL_DEFINE3()
|
D | seq_file.c | 468 char *p = d_path(path, buf, size); in seq_path()
|
D | open.c | 830 return d_path(&filp->f_path, buf, buflen); in file_path()
|
D | dcache.c | 3072 char *d_path(const struct path *path, char *buf, int buflen) in d_path() function 3102 EXPORT_SYMBOL(d_path);
|
/linux-4.4.14/include/linux/ |
D | dcache.h | 338 extern char *d_path(const struct path *, char *, int);
|
/linux-4.4.14/fs/ext4/ |
D | file.c | 381 cp = d_path(&path, buf, sizeof(buf)); in ext4_file_open()
|
/linux-4.4.14/fs/nfsd/ |
D | export.c | 328 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
|
/linux-4.4.14/kernel/ |
D | audit.c | 1644 p = d_path(path, pathname, PATH_MAX+11); in audit_log_d_path()
|
/linux-4.4.14/fs/proc/ |
D | base.c | 1598 pathname = d_path(path, tmp, PAGE_SIZE); in do_proc_readlink()
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfs.txt | 1021 appropriate SMP safety is used. CAUTION : d_path() logic is quite
|