Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/apparmor/
Dpath.c99 res = dentry_path(path->dentry, buf, buflen); in d_namespace_path()
/kernel/linux/linux-5.10/drivers/firmware/tegra/
Dbpmp-debugfs.c82 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
89 filename = dentry_path(file->f_path.dentry, buf, size); in get_filename()
/kernel/linux/linux-5.10/include/linux/
Ddcache.h301 extern char *dentry_path(struct dentry *, char *, int);
/kernel/linux/linux-5.10/fs/
Dd_path.c380 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path() function
Dseq_file.c533 char *p = dentry_path(dentry, buf, size); in seq_dentry()