Searched refs:d_path (Results 1 – 13 of 13) sorted by relevance
| /fs/ |
| A D | d_path.c | 265 char *d_path(const struct path *path, char *buf, int buflen) in d_path() function 296 EXPORT_SYMBOL(d_path);
|
| A D | bpf_fs_kfuncs.c | 90 ret = d_path(path, buf, buf__sz); in bpf_path_d_path()
|
| A D | Makefile | 15 pnode.o splice.o sync.o utimes.o d_path.o \
|
| A D | seq_file.c | 477 char *p = d_path(path, buf, size); in seq_path()
|
| A D | open.c | 1081 return d_path(&filp->f_path, buf, buflen); in file_path()
|
| A D | namespace.c | 3232 mntpath = d_path(mountpoint, buf, PAGE_SIZE); in mnt_warn_timestamp_expiry()
|
| /fs/smb/server/ |
| A D | misc.c | 172 ab_pathname = d_path(path, pathname, PATH_MAX); in convert_to_nt_pathname()
|
| A D | vfs_cache.c | 943 ab_pathname = d_path(&fp->filp->f_path, pathname, PATH_MAX); in ksmbd_validate_name_reconnect()
|
| /fs/ext4/ |
| A D | file.c | 864 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
|
| /fs/overlayfs/ |
| A D | params.c | 452 layer_name = d_path(&layer_path, buf, PATH_MAX); in ovl_parse_layer()
|
| /fs/nfsd/ |
| A D | export.c | 391 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
|
| /fs/proc/ |
| A D | task_mmu.c | 690 name = d_path(path, name_buf, name_buf_sz); in do_procmap_query()
|
| A D | base.c | 1831 pathname = d_path(path, tmp, PATH_MAX); in do_proc_readlink()
|
Completed in 47 milliseconds