Home
last modified time | relevance | path

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

/openbmc/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 DMakefile15 pnode.o splice.o sync.o utimes.o d_path.o \
H A Dseq_file.c477 char *p = d_path(path, buf, size); in seq_path()
H A Dopen.c1051 return d_path(&filp->f_path, buf, buflen); in file_path()
H A Dnamespace.c2800 char *mntpath = buf ? d_path(mountpoint, buf, PAGE_SIZE) : ERR_PTR(-ENOMEM); in mnt_warn_timestamp_expiry()
/openbmc/linux/Documentation/filesystems/
H A Dapi-summary.rst80 .. kernel-doc:: fs/d_path.c
H A Dvfs.rst1363 CAUTION : d_path() logic is quite tricky. The correct way to
/openbmc/linux/lib/
H A Dseq_buf.c311 char *p = d_path(path, buf, size);
/openbmc/linux/fs/smb/server/
H A Dmisc.c172 ab_pathname = d_path(path, pathname, PATH_MAX); in convert_to_nt_pathname()
H A Dvfs_cache.c770 ab_pathname = d_path(&fp->filp->f_path, pathname, PATH_MAX); in ksmbd_validate_name_reconnect()
/openbmc/linux/include/linux/
H A Ddcache.h296 extern char *d_path(const struct path *, char *, int);
/openbmc/linux/fs/ext4/
H A Dfile.c832 cp = d_path(&path, buf, sizeof(buf)); in ext4_sample_last_mounted()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h5802 FN(d_path, 147, ##ctx) \
/openbmc/linux/include/uapi/linux/
H A Dbpf.h5802 FN(d_path, 147, ##ctx) \
/openbmc/linux/fs/nfsd/
H A Dexport.c375 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
/openbmc/linux/kernel/
H A Daudit.c2155 p = d_path(path, pathname, PATH_MAX+11); in audit_log_d_path()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c922 p = d_path(&copy, buf, sz); in BPF_CALL_3()
/openbmc/linux/fs/proc/
H A Dbase.c1773 pathname = d_path(path, tmp, PATH_MAX); in do_proc_readlink()