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