Home
last modified time | relevance | path

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

/linux-6.6.21/security/apparmor/
Dpath.c99 res = dentry_path(path->dentry, buf, buflen); in d_namespace_path()
/linux-6.6.21/include/linux/
Ddcache.h298 extern char *dentry_path(const struct dentry *, char *, int);
/linux-6.6.21/fs/
Dd_path.c371 char *dentry_path(const struct dentry *dentry, char *buf, int buflen) in dentry_path() function
Dseq_file.c544 char *p = dentry_path(dentry, buf, size); in seq_dentry()
/linux-6.6.21/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()
/linux-6.6.21/security/integrity/ima/
Dima_appraise.c742 path = dentry_path(dentry, pathbuf, PATH_MAX); in validate_hash_algo()