Home
last modified time | relevance | path

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

/Linux-v5.4/security/apparmor/
Dpath.c99 res = dentry_path(path->dentry, buf, buflen); in d_namespace_path()
/Linux-v5.4/drivers/firmware/tegra/
Dbpmp-debugfs.c79 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
86 filename = dentry_path(file->f_path.dentry, buf, size); in get_filename()
/Linux-v5.4/fs/
Dd_path.c376 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path() function
Dseq_file.c538 char *p = dentry_path(dentry, buf, size); in seq_dentry()
/Linux-v5.4/include/linux/
Ddcache.h299 extern char *dentry_path(struct dentry *, char *, int);
/Linux-v5.4/fs/crypto/
Dkeyring.c693 path = dentry_path(dentry, _path, sizeof(_path)); in check_for_busy_inodes()