Searched refs:tree_list (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | audit_tree.c | 45 static LIST_HEAD(tree_list); 682 list_add(&cursor, &tree_list); in audit_trim_trees() 683 while (cursor.next != &tree_list) { in audit_trim_trees() 808 list_for_each_entry(tree, &tree_list, list) { in audit_add_tree_rule() 817 list_add(&tree->list, &tree_list); in audit_add_tree_rule() 893 list_add(&barrier, &tree_list); in audit_tag_tree() 896 while (cursor.next != &tree_list) { in audit_tag_tree() 929 list_add(&tree->list, &tree_list); in audit_tag_tree() 935 while (barrier.prev != &tree_list) { in audit_tag_tree()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | pnode.c | 289 struct mount *source_mnt, struct hlist_head *tree_list) in propagate_mnt() argument 303 list = tree_list; in propagate_mnt() 327 hlist_for_each_entry(n, tree_list, mnt_hash) { in propagate_mnt()
|
| H A D | namespace.c | 2141 HLIST_HEAD(tree_list); in attach_recursive_mnt() 2166 err = propagate_mnt(dest_mnt, dest_mp, source_mnt, &tree_list); in attach_recursive_mnt() 2188 hlist_for_each_entry_safe(child, n, &tree_list, mnt_hash) { in attach_recursive_mnt() 2207 while (!hlist_empty(&tree_list)) { in attach_recursive_mnt() 2208 child = hlist_entry(tree_list.first, struct mount, mnt_hash); in attach_recursive_mnt()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | delayed-inode.h | 66 struct list_head tree_list; /* used for batch insert/delete items */ member
|
| H A D | delayed-inode.c | 727 list_add_tail(&next->tree_list, &head); in btrfs_batch_insert_items() 765 list_for_each_entry(next, &head, tree_list) { in btrfs_batch_insert_items() 776 list_for_each_entry_safe(curr, next, &head, tree_list) { in btrfs_batch_insert_items() 785 list_del(&curr->tree_list); in btrfs_batch_insert_items() 901 list_add_tail(&next->tree_list, &head); in btrfs_batch_delete_items() 925 list_for_each_entry_safe(curr, next, &head, tree_list) { in btrfs_batch_delete_items() 927 list_del(&curr->tree_list); in btrfs_batch_delete_items()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-core.h | 1427 struct GTY(()) tree_list { struct 2003 struct tree_list GTY ((tag ("TS_LIST"))) list;
|
| H A D | tree.def | 54 DEFTREECODE (TREE_LIST, "tree_list", tcc_exceptional, 0)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-core.h | 1427 struct GTY(()) tree_list { struct 2003 struct tree_list GTY ((tag ("TS_LIST"))) list;
|
| H A D | tree.def | 54 DEFTREECODE (TREE_LIST, "tree_list", tcc_exceptional, 0)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/ |
| H A D | gtype.state | 11200 (!type struct 552 nil gc_used "tree_list"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/ |
| H A D | gtype.state | 11190 (!type struct 554 nil gc_used "tree_list"
|