Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dd_path.c264 char *d_path(const struct path *path, char *buf, int buflen) in d_path() function
295 EXPORT_SYMBOL(d_path);
DMakefile16 pnode.o splice.o sync.o utimes.o d_path.o \
Dseq_file.c477 char *p = d_path(path, buf, size); in seq_path()
Dopen.c1000 return d_path(&filp->f_path, buf, buflen); in file_path()
Dnamespace.c2617 char *mntpath = buf ? d_path(mountpoint, buf, PAGE_SIZE) : ERR_PTR(-ENOMEM); in mnt_warn_timestamp_expiry()
/Linux-v6.1/Documentation/filesystems/
Dapi-summary.rst80 .. kernel-doc:: fs/d_path.c
Dvfs.rst1295 CAUTION : d_path() logic is quite tricky. The correct way to
/Linux-v6.1/lib/
Dseq_buf.c279 char *p = d_path(path, buf, size);
/Linux-v6.1/fs/ksmbd/
Dmisc.c172 ab_pathname = d_path(path, pathname, PATH_MAX); in convert_to_nt_pathname()
/Linux-v6.1/tools/testing/selftests/bpf/
DDENYLIST.s390x10 d_path # failed to auto-attach program 'prog_stat': -524 …
/Linux-v6.1/include/linux/
Ddcache.h296 extern char *d_path(const struct path *, char *, int);
/Linux-v6.1/fs/ext4/
Dfile.c836 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h5587 FN(d_path), \
/Linux-v6.1/include/uapi/linux/
Dbpf.h5587 FN(d_path), \
/Linux-v6.1/fs/nfsd/
Dexport.c375 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
/Linux-v6.1/kernel/
Daudit.c2139 p = d_path(path, pathname, PATH_MAX+11); in audit_log_d_path()
/Linux-v6.1/kernel/trace/
Dbpf_trace.c908 p = d_path(path, buf, sz); in BPF_CALL_3()
/Linux-v6.1/fs/proc/
Dbase.c1773 pathname = d_path(path, tmp, PATH_MAX); in do_proc_readlink()