Searched refs:dentry_path (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/security/apparmor/ | 
| D | path.c | 99 		res = dentry_path(path->dentry, buf, buflen);  in d_namespace_path()
 | 
| /Linux-v5.4/drivers/firmware/tegra/ | 
| D | bpmp-debugfs.c | 79 	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/ | 
| D | d_path.c | 376 char *dentry_path(struct dentry *dentry, char *buf, int buflen)  in dentry_path()  function
 | 
| D | seq_file.c | 538 		char *p = dentry_path(dentry, buf, size);  in seq_dentry()
 | 
| /Linux-v5.4/include/linux/ | 
| D | dcache.h | 299 extern char *dentry_path(struct dentry *, char *, int);
 | 
| /Linux-v5.4/fs/crypto/ | 
| D | keyring.c | 693 		path = dentry_path(dentry, _path, sizeof(_path));  in check_for_busy_inodes()
 |