Home
last modified time | relevance | path

Searched refs:dentry_path (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/security/apparmor/
Dpath.c103 res = dentry_path(path->dentry, buf, buflen); in d_namespace_path()
/Linux-v4.19/drivers/firmware/tegra/
Dbpmp-debugfs.c88 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
95 filename = dentry_path(file->f_path.dentry, buf, size); in get_filename()
/Linux-v4.19/include/linux/
Ddcache.h300 extern char *dentry_path(struct dentry *, char *, int);
/Linux-v4.19/fs/
Dd_path.c375 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path() function
Dseq_file.c526 char *p = dentry_path(dentry, buf, size); in seq_dentry()