Searched refs:dentry_path_raw (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/security/apparmor/ |
D | path.c | 100 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
|
/linux-4.1.27/security/tomoyo/ |
D | realpath.c | 126 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
|
/linux-4.1.27/include/linux/ |
D | dcache.h | 336 extern char *dentry_path_raw(struct dentry *, char *, int);
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 86 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
|
/linux-4.1.27/fs/ |
D | dcache.c | 3183 char *dentry_path_raw(struct dentry *dentry, char *buf, int buflen) in dentry_path_raw() function 3187 EXPORT_SYMBOL(dentry_path_raw);
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 2339 path = dentry_path_raw(dentry, buf, PAGE_SIZE); in ll_dirty_page_discard_warn()
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 1236 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_proc_get_sid()
|