Searched refs:d_path (Results 1 – 10 of 10) sorted by relevance
/fs/ |
D | d_path.c | 262 char *d_path(const struct path *path, char *buf, int buflen) in d_path() function 292 EXPORT_SYMBOL(d_path);
|
D | Makefile | 16 pnode.o splice.o sync.o utimes.o d_path.o \
|
D | dcookies.c | 181 path = d_path(&dcs->path, kbuf, PAGE_SIZE); in do_lookup_dcookie()
|
D | seq_file.c | 466 char *p = d_path(path, buf, size); in seq_path()
|
D | open.c | 929 return d_path(&filp->f_path, buf, buflen); in file_path()
|
D | namespace.c | 2558 char *mntpath = buf ? d_path(mountpoint, buf, PAGE_SIZE) : ERR_PTR(-ENOMEM); in mnt_warn_timestamp_expiry()
|
D | namei.c | 820 p = d_path(pt, try_buf, cur_path_size); in success_walk_trace()
|
/fs/ext4/ |
D | file.c | 823 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
|
/fs/nfsd/ |
D | export.c | 358 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
|
/fs/proc/ |
D | base.c | 1770 pathname = d_path(path, tmp, PAGE_SIZE); in do_proc_readlink()
|