Searched refs:d_path (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.6/fs/ |
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);
|
D | Makefile | 15 pnode.o splice.o sync.o utimes.o d_path.o \
|
D | seq_file.c | 477 char *p = d_path(path, buf, size); in seq_path()
|
D | open.c | 1051 return d_path(&filp->f_path, buf, buflen); in file_path()
|
D | namespace.c | 2800 char *mntpath = buf ? d_path(mountpoint, buf, PAGE_SIZE) : ERR_PTR(-ENOMEM); in mnt_warn_timestamp_expiry()
|
/Linux-v6.6/Documentation/filesystems/ |
D | api-summary.rst | 80 .. kernel-doc:: fs/d_path.c
|
D | vfs.rst | 1363 CAUTION : d_path() logic is quite tricky. The correct way to
|
/Linux-v6.6/lib/ |
D | seq_buf.c | 311 char *p = d_path(path, buf, size);
|
/Linux-v6.6/fs/smb/server/ |
D | misc.c | 172 ab_pathname = d_path(path, pathname, PATH_MAX); in convert_to_nt_pathname()
|
/Linux-v6.6/include/linux/ |
D | dcache.h | 296 extern char *d_path(const struct path *, char *, int);
|
/Linux-v6.6/fs/ext4/ |
D | file.c | 851 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | bpf.h | 5794 FN(d_path, 147, ##ctx) \
|
/Linux-v6.6/include/uapi/linux/ |
D | bpf.h | 5794 FN(d_path, 147, ##ctx) \
|
/Linux-v6.6/fs/nfsd/ |
D | export.c | 375 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
|
/Linux-v6.6/kernel/ |
D | audit.c | 2138 p = d_path(path, pathname, PATH_MAX+11); in audit_log_d_path()
|
/Linux-v6.6/kernel/trace/ |
D | bpf_trace.c | 919 p = d_path(©, buf, sz); in BPF_CALL_3()
|
/Linux-v6.6/fs/proc/ |
D | base.c | 1773 pathname = d_path(path, tmp, PATH_MAX); in do_proc_readlink()
|