/kernel/linux/linux-5.10/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 | dcookies.c | 181 path = d_path(&dcs->path, kbuf, PAGE_SIZE); in do_lookup_dcookie()
|
D | Makefile | 14 pnode.o splice.o sync.o utimes.o d_path.o \
|
D | seq_file.c | 466 char *p = d_path(path, buf, size); in seq_path()
|
D | open.c | 918 return d_path(&filp->f_path, buf, buflen); in file_path()
|
D | namespace.c | 2559 char *mntpath = buf ? d_path(mountpoint, buf, PAGE_SIZE) : ERR_PTR(-ENOMEM); in mnt_warn_timestamp_expiry()
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | api-summary.rst | 83 .. kernel-doc:: fs/d_path.c
|
D | vfs.rst | 1262 CAUTION : d_path() logic is quite tricky. The correct way to
|
/kernel/linux/linux-5.10/drivers/staging/blackbox/ |
D | blackbox_common.c | 265 path = d_path(&filp->f_path, buf, PATH_MAX); in getfullpath()
|
/kernel/linux/linux-5.10/lib/ |
D | seq_buf.c | 279 char *p = d_path(path, buf, size);
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | stash.c | 206 static struct file *hmdfs_new_stash_file(struct path *d_path, const char *cid) in hmdfs_new_stash_file() argument 214 parent = hmdfs_do_vfs_mkdir(d_path->dentry, cid, strlen(cid), 0700); in hmdfs_new_stash_file() 228 stash.mnt = d_path->mnt; in hmdfs_new_stash_file() 941 static struct file *hmdfs_open_stash_dir(struct path *d_path, const char *cid) in hmdfs_open_stash_dir() argument 944 struct dentry *parent = d_path->dentry; in hmdfs_open_stash_dir() 971 peer_path.mnt = d_path->mnt; in hmdfs_open_stash_dir()
|
D | main.c | 650 tmp = d_path(path, buf, PATH_MAX); in get_full_path()
|
/kernel/linux/linux-5.10/include/linux/ |
D | dcache.h | 299 extern char *d_path(const struct path *, char *, int);
|
/kernel/linux/linux-5.10/fs/ext4/ |
D | file.c | 822 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | bpf.h | 3894 FN(d_path), \
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | bpf.h | 455 …FN(reserve_hdr_opt), FN(inode_storage_get), FN(inode_storage_delete), FN(d_path), FN(copy_from_use…
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | bpf.h | 3894 FN(d_path), \
|
/kernel/linux/linux-5.10/drivers/staging/gasket/ |
D | gasket_core.c | 1315 d_path(&filp->f_path, path, 256)); in gasket_ioctl()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | export.c | 358 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
|
/kernel/linux/linux-5.10/kernel/ |
D | audit.c | 2138 p = d_path(path, pathname, PATH_MAX+11); in audit_log_d_path()
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | bpf_trace.c | 1133 p = d_path(path, buf, sz); in BPF_CALL_3()
|
/kernel/linux/linux-5.10/fs/proc/ |
D | base.c | 1960 pathname = d_path(path, tmp, PAGE_SIZE); in do_proc_readlink()
|