Searched refs:path_link (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/hwtracing/coresight/ |
D | coresight.c | 77 parent = container_of(csdev->path_link.next, in coresight_find_link_inport() 78 struct coresight_device, path_link); in coresight_find_link_inport() 98 child = container_of(csdev->path_link.prev, in coresight_find_link_outport() 99 struct coresight_device, path_link); in coresight_find_link_outport() 248 list_for_each_entry(cd, path, path_link) { in coresight_enable_path() 250 path_link)) { in coresight_enable_path() 252 } else if (list_is_last(&cd->path_link, path)) { in coresight_enable_path() 268 list_for_each_entry_continue_reverse(cd, path, path_link) { in coresight_enable_path() 270 path_link)) { in coresight_enable_path() 272 } else if (list_is_last(&cd->path_link, path)) { in coresight_enable_path() [all …]
|
/linux-4.4.14/include/linux/ |
D | coresight.h | 171 struct list_head path_link; member
|
D | lsm_hooks.h | 1369 int (*path_link)(struct dentry *old_dentry, struct path *new_dir, member 1659 struct list_head path_link; member
|
/linux-4.4.14/security/tomoyo/ |
D | tomoyo.c | 514 LSM_HOOK_INIT(path_link, tomoyo_path_link),
|
/linux-4.4.14/security/ |
D | security.c | 458 return call_int_hook(path_link, 0, old_dentry, new_dir, new_dentry); in security_path_link() 1604 .path_link = LIST_HEAD_INIT(security_hook_heads.path_link),
|
/linux-4.4.14/security/apparmor/ |
D | lsm.c | 614 LSM_HOOK_INIT(path_link, apparmor_path_link),
|