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