Searched refs:d_path (Results 1 – 21 of 21) sorted by relevance
/linux-6.12.1/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 | bpf_fs_kfuncs.c | 87 ret = d_path(path, buf, buf__sz); in bpf_path_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 | 1074 return d_path(&filp->f_path, buf, buflen); in file_path()
|
D | namespace.c | 2955 mntpath = d_path(mountpoint, buf, PAGE_SIZE); in mnt_warn_timestamp_expiry()
|
/linux-6.12.1/Documentation/filesystems/ |
D | api-summary.rst | 77 .. kernel-doc:: fs/d_path.c
|
D | vfs.rst | 1362 CAUTION : d_path() logic is quite tricky. The correct way to
|
/linux-6.12.1/arch/arc/kernel/ |
D | troubleshoot.c | 97 nm = d_path(file_user_path(vma->vm_file), buf, in show_faulting_vma()
|
/linux-6.12.1/lib/ |
D | seq_buf.c | 321 char *p = d_path(path, buf, size);
|
/linux-6.12.1/fs/smb/server/ |
D | misc.c | 172 ab_pathname = d_path(path, pathname, PATH_MAX); in convert_to_nt_pathname()
|
D | vfs_cache.c | 930 ab_pathname = d_path(&fp->filp->f_path, pathname, PATH_MAX); in ksmbd_validate_name_reconnect()
|
/linux-6.12.1/include/linux/ |
D | dcache.h | 296 extern char *d_path(const struct path *, char *, int);
|
/linux-6.12.1/fs/ext4/ |
D | file.c | 832 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
|
/linux-6.12.1/include/uapi/linux/ |
D | bpf.h | 5948 FN(d_path, 147, ##ctx) \
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | bpf.h | 5948 FN(d_path, 147, ##ctx) \
|
/linux-6.12.1/kernel/trace/ |
D | bpf_trace.c | 902 p = d_path(©, buf, sz); in BPF_CALL_3() 3153 p = d_path(&umulti_link->path, buf, upath_size); in bpf_uprobe_multi_link_fill_link_info()
|
/linux-6.12.1/fs/nfsd/ |
D | export.c | 384 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
|
/linux-6.12.1/kernel/ |
D | audit.c | 2153 p = d_path(path, pathname, PATH_MAX+11); in audit_log_d_path()
|
/linux-6.12.1/fs/proc/ |
D | task_mmu.c | 562 name = d_path(path, name_buf, name_buf_sz); in do_procmap_query()
|
D | base.c | 1827 pathname = d_path(path, tmp, PATH_MAX); in do_proc_readlink()
|