Searched refs:dentry_path (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/security/apparmor/ |
D | path.c | 65 res = dentry_path(path->dentry, buf, buflen); in d_namespace_path()
|
/linux-4.1.27/include/linux/ |
D | dcache.h | 337 extern char *dentry_path(struct dentry *, char *, int);
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | ion.c | 807 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/ |
D | seq_file.c | 530 char *p = dentry_path(dentry, buf, size); in seq_dentry()
|
D | dcache.c | 3189 char *dentry_path(struct dentry *dentry, char *buf, int buflen) in dentry_path() function
|