Home
last modified time | relevance | path

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

/linux-4.4.14/security/apparmor/
Dpath.c65 res = dentry_path(path->dentry, buf, buflen); in d_namespace_path()
/linux-4.4.14/include/linux/
Ddcache.h340 extern char *dentry_path(struct dentry *, char *, int);
/linux-4.4.14/drivers/staging/android/ion/
Dion.c809 path = dentry_path(dev->clients_debug_root, buf, 256); in ion_client_create()
1539 path = dentry_path(dev->heaps_debug_root, buf, 256); in ion_device_add_heap()
1554 path = dentry_path(dev->heaps_debug_root, buf, 256); in ion_device_add_heap()
/linux-4.4.14/fs/
Dseq_file.c535 char *p = dentry_path(dentry, buf, size); in seq_dentry()
Ddcache.c3191 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path() function