Home
last modified time | relevance | path

Searched refs:d_path (Results 1 – 18 of 18) sorted by relevance

/linux/fs/
H A Dd_path.c265 char *d_path(const struct path *path, char *buf, int buflen) in d_path() function
296 EXPORT_SYMBOL(d_path);
H A Dseq_file.c478 char *p = d_path(path, buf, size); in seq_path()
H A Dnamespace.c3299 mntpath = d_path(mountpoint, buf, PAGE_SIZE); in mnt_warn_timestamp_expiry()
/linux/security/landlock/
H A Ddomain.c61 exe = d_path(&file->f_path, buffer, buffer_size); in get_current_exe()
/linux/arch/arc/kernel/
H A Dtroubleshoot.c97 nm = d_path(file_user_path(vma->vm_file), buf, in show_faulting_vma()
/linux/lib/
H A Dseq_buf.c321 char *p = d_path(path, buf, size);
/linux/include/linux/
H A Ddcache.h308 extern char *d_path(const struct path *, char *, int);
/linux/fs/ext4/
H A Dfile.c859 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
/linux/fs/overlayfs/
H A Dparams.c461 layer_name = d_path(&layer_path, buf, PATH_MAX); in ovl_parse_layer()
/linux/fs/smb/server/
H A Dvfs_cache.c1073 ab_pathname = d_path(&fp->filp->f_path, pathname, PATH_MAX); in ksmbd_validate_name_reconnect()
/linux/kernel/trace/
H A Dbpf_trace.c920 p = d_path(&copy, buf, sz); in BPF_CALL_3()
2987 p = d_path(&umulti_link->path, buf, upath_size); in bpf_uprobe_multi_link_fill_link_info()
3038 p = d_path(&umulti_link->path, buf, PATH_MAX); in bpf_uprobe_multi_show_fdinfo()
/linux/include/uapi/linux/
H A Dbpf.h6050 FN(d_path, 147, ##ctx) \
/linux/tools/include/uapi/linux/
H A Dbpf.h6050 FN(d_path, 147, ##ctx) \
/linux/fs/nfsd/
H A Dexport.c403 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
/linux/kernel/
H A Daudit.c2201 p = d_path(path, pathname, PATH_MAX+11); in audit_log_d_path()
/linux/fs/proc/
H A Dtask_mmu.c747 name = d_path(path, name_buf, name_buf_sz); in do_procmap_query()
H A Dbase.c1831 pathname = d_path(path, tmp, PATH_MAX); in do_proc_readlink()
/linux/kernel/events/
H A Dcore.c9730 name = d_path(file_user_path(file), buf, PATH_MAX - sizeof(u64)); in perf_event_mmap_event()