Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dd_path.c262 char *d_path(const struct path *path, char *buf, int buflen) in d_path() function
292 EXPORT_SYMBOL(d_path);
DMakefile14 pnode.o splice.o sync.o utimes.o d_path.o \
Ddcookies.c181 path = d_path(&dcs->path, kbuf, PAGE_SIZE); in do_lookup_dcookie()
Dseq_file.c463 char *p = d_path(path, buf, size); in seq_path()
Dopen.c918 return d_path(&filp->f_path, buf, buflen); in file_path()
Dnamespace.c2534 char *mntpath = buf ? d_path(mountpoint, buf, PAGE_SIZE) : ERR_PTR(-ENOMEM); in mnt_warn_timestamp_expiry()
/Linux-v5.10/Documentation/filesystems/
Dapi-summary.rst83 .. kernel-doc:: fs/d_path.c
Dvfs.rst1262 CAUTION : d_path() logic is quite tricky. The correct way to
/Linux-v5.10/lib/
Dseq_buf.c275 char *p = d_path(path, buf, size);
/Linux-v5.10/include/linux/
Ddcache.h299 extern char *d_path(const struct path *, char *, int);
/Linux-v5.10/fs/ext4/
Dfile.c799 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h3894 FN(d_path), \
/Linux-v5.10/include/uapi/linux/
Dbpf.h3894 FN(d_path), \
/Linux-v5.10/drivers/staging/gasket/
Dgasket_core.c1315 d_path(&filp->f_path, path, 256)); in gasket_ioctl()
/Linux-v5.10/fs/nfsd/
Dexport.c358 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
/Linux-v5.10/kernel/
Daudit.c2099 p = d_path(path, pathname, PATH_MAX+11); in audit_log_d_path()
/Linux-v5.10/kernel/trace/
Dbpf_trace.c1148 p = d_path(path, buf, sz); in BPF_CALL_3()
/Linux-v5.10/fs/proc/
Dbase.c1769 pathname = d_path(path, tmp, PAGE_SIZE); in do_proc_readlink()