Searched refs:d_path (Results 1 - 17 of 17) sorted by relevance

/linux-master/fs/
H A Dd_path.c250 * d_path - return the path of a dentry
265 char *d_path(const struct path *path, char *buf, int buflen) function
279 * and instead have d_path return the mounted path.
296 EXPORT_SYMBOL(d_path); variable
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);
H A Dopen.c1077 return d_path(&filp->f_path, buf, buflen);
H A Dnamespace.c2805 char *mntpath = buf ? d_path(mountpoint, buf, PAGE_SIZE) : ERR_PTR(-ENOMEM);
/linux-master/arch/arc/kernel/
H A Dtroubleshoot.c97 nm = d_path(file_user_path(vma->vm_file), buf,
/linux-master/fs/smb/server/
H A Dmisc.c172 ab_pathname = d_path(path, pathname, PATH_MAX);
H A Dvfs_cache.c769 ab_pathname = d_path(&fp->filp->f_path, pathname, PATH_MAX);
/linux-master/lib/
H A Dseq_buf.c321 char *p = d_path(path, buf, size);
/linux-master/include/linux/
H A Ddcache.h289 extern char *d_path(const struct path *, char *, int);
/linux-master/fs/ext4/
H A Dfile.c832 cp = d_path(&path, buf, sizeof(buf));
/linux-master/fs/nfsd/
H A Dexport.c380 pth = d_path(&exp->ex_path, *bpp, *blen);
/linux-master/include/uapi/linux/
H A Dbpf.h5934 FN(d_path, 147, ##ctx) \
/linux-master/tools/include/uapi/linux/
H A Dbpf.h5934 FN(d_path, 147, ##ctx) \
/linux-master/kernel/
H A Daudit.c2138 /* This is a helper-function to print the escaped d_path */
2153 p = d_path(path, pathname, PATH_MAX+11);
/linux-master/kernel/trace/
H A Dbpf_trace.c926 p = d_path(&copy, buf, sz);
3207 p = d_path(&umulti_link->path, buf, upath_size);
/linux-master/fs/proc/
H A Dbase.c1770 pathname = d_path(path, tmp, PATH_MAX);

Completed in 275 milliseconds