Home
last modified time | relevance | path

Searched refs:dentry_path_raw (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/security/apparmor/
Dpath.c100 res = dentry_path_raw(path->dentry, buf, buflen); in d_namespace_path()
/linux-4.1.27/security/tomoyo/
Drealpath.c126 pos = dentry_path_raw(dentry, buffer, buflen - 1); in tomoyo_get_dentry_path()
/linux-4.1.27/include/linux/
Ddcache.h336 extern char *dentry_path_raw(struct dentry *, char *, int);
/linux-4.1.27/fs/hostfs/
Dhostfs_kern.c86 char *p = dentry_path_raw(dentry, name, PATH_MAX); in __dentry_name()
/linux-4.1.27/fs/
Ddcache.c3183 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/
Dllite_lib.c2339 path = dentry_path_raw(dentry, buf, PAGE_SIZE); in ll_dirty_page_discard_warn()
/linux-4.1.27/security/selinux/
Dhooks.c1236 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_proc_get_sid()