Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/
Dpath.c65 res = dentry_path(path->dentry, buf, buflen); in d_namespace_path()
/linux-4.1.27/include/linux/
Ddcache.h337 extern char *dentry_path(struct dentry *, char *, int);
/linux-4.1.27/drivers/staging/android/ion/
Dion.c807 path = dentry_path(dev->clients_debug_root, buf, 256); in ion_client_create()
1538 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.1.27/fs/
Dseq_file.c530 char *p = dentry_path(dentry, buf, size); in seq_dentry()
Ddcache.c3189 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path() function