| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | extent-io-tree.h | 96 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent() 124 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end) in unlock_extent() 129 static inline int unlock_extent_cached(struct extent_io_tree *tree, u64 start, in unlock_extent_cached() 136 static inline int unlock_extent_cached_atomic(struct extent_io_tree *tree, in unlock_extent_cached_atomic() 143 static inline int clear_extent_bits(struct extent_io_tree *tree, u64 start, in clear_extent_bits() 162 static inline int set_extent_bits(struct extent_io_tree *tree, u64 start, in set_extent_bits() 168 static inline int clear_extent_uptodate(struct extent_io_tree *tree, u64 start, in clear_extent_uptodate() 175 static inline int set_extent_dirty(struct extent_io_tree *tree, u64 start, in set_extent_dirty() 182 static inline int clear_extent_dirty(struct extent_io_tree *tree, u64 start, in clear_extent_dirty() 194 static inline int set_extent_delalloc(struct extent_io_tree *tree, u64 start, in set_extent_delalloc() [all …]
|
| D | extent_map.c | 36 void extent_map_tree_init(struct extent_map_tree *tree) in extent_map_tree_init() 235 static void try_merge_map(struct extent_map_tree *tree, struct extent_map *em) in try_merge_map() 296 int unpin_extent_cache(struct extent_map_tree *tree, u64 start, u64 len, in unpin_extent_cache() 335 void clear_em_logging(struct extent_map_tree *tree, struct extent_map *em) in clear_em_logging() 342 static inline void setup_extent_mapping(struct extent_map_tree *tree, in setup_extent_mapping() 397 int add_extent_mapping(struct extent_map_tree *tree, in add_extent_mapping() 418 __lookup_extent_mapping(struct extent_map_tree *tree, in __lookup_extent_mapping() 457 struct extent_map *lookup_extent_mapping(struct extent_map_tree *tree, in lookup_extent_mapping() 474 struct extent_map *search_extent_mapping(struct extent_map_tree *tree, in search_extent_mapping() 488 void remove_extent_mapping(struct extent_map_tree *tree, struct extent_map *em) in remove_extent_mapping() [all …]
|
| D | ordered-data.c | 134 static inline struct rb_node *tree_search(struct btrfs_ordered_inode_tree *tree, in tree_search() 169 struct btrfs_ordered_inode_tree *tree = &inode->ordered_tree; in __btrfs_add_ordered_extent() local 291 struct btrfs_ordered_inode_tree *tree; in btrfs_add_ordered_sum() local 316 struct btrfs_ordered_inode_tree *tree = &inode->ordered_tree; in btrfs_dec_test_first_ordered_pending() local 385 struct btrfs_ordered_inode_tree *tree = &inode->ordered_tree; in btrfs_dec_test_ordered_pending() local 469 struct btrfs_ordered_inode_tree *tree; in btrfs_remove_ordered_extent() local 745 struct btrfs_ordered_inode_tree *tree; in btrfs_lookup_ordered_extent() local 771 struct btrfs_ordered_inode_tree *tree; in btrfs_lookup_ordered_range() local 812 struct btrfs_ordered_inode_tree *tree = &inode->ordered_tree; in btrfs_get_ordered_extents_for_logging() local 840 struct btrfs_ordered_inode_tree *tree; in btrfs_lookup_first_ordered_extent() local [all …]
|
| /kernel/linux/linux-4.19/fs/btrfs/ |
| D | extent_map.c | 35 void extent_map_tree_init(struct extent_map_tree *tree) in extent_map_tree_init() 226 static void try_merge_map(struct extent_map_tree *tree, struct extent_map *em) in try_merge_map() 287 int unpin_extent_cache(struct extent_map_tree *tree, u64 start, u64 len, in unpin_extent_cache() 326 void clear_em_logging(struct extent_map_tree *tree, struct extent_map *em) in clear_em_logging() 333 static inline void setup_extent_mapping(struct extent_map_tree *tree, in setup_extent_mapping() 357 int add_extent_mapping(struct extent_map_tree *tree, in add_extent_mapping() 372 __lookup_extent_mapping(struct extent_map_tree *tree, in __lookup_extent_mapping() 411 struct extent_map *lookup_extent_mapping(struct extent_map_tree *tree, in lookup_extent_mapping() 428 struct extent_map *search_extent_mapping(struct extent_map_tree *tree, in search_extent_mapping() 442 int remove_extent_mapping(struct extent_map_tree *tree, struct extent_map *em) in remove_extent_mapping() [all …]
|
| D | extent_io.c | 87 #define btrfs_debug_check_extent_io_range(tree, start, end) \ argument 90 struct extent_io_tree *tree, u64 start, u64 end) in __btrfs_debug_check_extent_io_range() 113 struct extent_io_tree *tree; member 194 void extent_io_tree_init(struct extent_io_tree *tree, in extent_io_tree_init() 274 static struct rb_node *__etree_search(struct extent_io_tree *tree, u64 offset, in __etree_search() 327 tree_search_for_insert(struct extent_io_tree *tree, in tree_search_for_insert() 341 static inline struct rb_node *tree_search(struct extent_io_tree *tree, in tree_search() 347 static void merge_cb(struct extent_io_tree *tree, struct extent_state *new, in merge_cb() 363 static void merge_state(struct extent_io_tree *tree, in merge_state() 398 static void set_state_cb(struct extent_io_tree *tree, in set_state_cb() [all …]
|
| D | ordered-data.c | 138 static inline struct rb_node *tree_search(struct btrfs_ordered_inode_tree *tree, in tree_search() 177 struct btrfs_ordered_inode_tree *tree; in __btrfs_add_ordered_extent() local 277 struct btrfs_ordered_inode_tree *tree; in btrfs_add_ordered_sum() local 302 struct btrfs_ordered_inode_tree *tree; in btrfs_dec_test_first_ordered_pending() local 372 struct btrfs_ordered_inode_tree *tree; in btrfs_dec_test_ordered_pending() local 459 struct btrfs_ordered_inode_tree *tree; in btrfs_remove_ordered_extent() local 737 struct btrfs_ordered_inode_tree *tree; in btrfs_lookup_ordered_extent() local 763 struct btrfs_ordered_inode_tree *tree; in btrfs_lookup_ordered_range() local 804 struct btrfs_ordered_inode_tree *tree; in btrfs_lookup_first_ordered_extent() local 828 struct btrfs_ordered_inode_tree *tree = &BTRFS_I(inode)->ordered_tree; in btrfs_ordered_update_i_size() local [all …]
|
| D | extent_io.h | 265 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent() 294 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end) in unlock_extent() 299 static inline int unlock_extent_cached(struct extent_io_tree *tree, u64 start, in unlock_extent_cached() 306 static inline int unlock_extent_cached_atomic(struct extent_io_tree *tree, in unlock_extent_cached_atomic() 313 static inline int clear_extent_bits(struct extent_io_tree *tree, u64 start, in clear_extent_bits() 330 static inline int set_extent_bits(struct extent_io_tree *tree, u64 start, in set_extent_bits() 336 static inline int clear_extent_uptodate(struct extent_io_tree *tree, u64 start, in clear_extent_uptodate() 343 static inline int set_extent_dirty(struct extent_io_tree *tree, u64 start, in set_extent_dirty() 350 static inline int clear_extent_dirty(struct extent_io_tree *tree, u64 start, in clear_extent_dirty() 362 static inline int set_extent_delalloc(struct extent_io_tree *tree, u64 start, in set_extent_delalloc() [all …]
|
| /kernel/linux/linux-4.19/fs/hfs/ |
| D | btree.c | 21 struct hfs_btree *tree; in hfs_btree_open() local 137 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close() 160 void hfs_btree_write(struct hfs_btree *tree) in hfs_btree_write() 190 struct hfs_btree *tree = prev->tree; in hfs_bmap_new_bmap() local 224 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes) in hfs_bmap_reserve() 247 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) in hfs_bmap_alloc() 323 struct hfs_btree *tree; in hfs_bmap_free() local
|
| D | bnode.c | 48 struct hfs_btree *tree; in hfs_bnode_read_key() local 173 struct hfs_btree *tree; in hfs_bnode_unlink() local 218 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash() 236 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create() 312 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find() 405 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() 457 struct hfs_btree *tree = node->tree; in hfs_bnode_put() local
|
| D | brec.c | 67 struct hfs_btree *tree; in hfs_brec_insert() local 179 struct hfs_btree *tree; in hfs_brec_remove() local 233 struct hfs_btree *tree; in hfs_bnode_split() local 354 struct hfs_btree *tree; in hfs_brec_update_parent() local 458 static int hfs_btree_inc_height(struct hfs_btree *tree) in hfs_btree_inc_height()
|
| /kernel/linux/linux-5.10/fs/hfs/ |
| D | btree.c | 21 struct hfs_btree *tree; in hfs_btree_open() local 137 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close() 160 void hfs_btree_write(struct hfs_btree *tree) in hfs_btree_write() 190 struct hfs_btree *tree = prev->tree; in hfs_bmap_new_bmap() local 224 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes) in hfs_bmap_reserve() 247 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) in hfs_bmap_alloc() 323 struct hfs_btree *tree; in hfs_bmap_free() local
|
| D | brec.c | 67 struct hfs_btree *tree; in hfs_brec_insert() local 179 struct hfs_btree *tree; in hfs_brec_remove() local 233 struct hfs_btree *tree; in hfs_bnode_split() local 354 struct hfs_btree *tree; in hfs_brec_update_parent() local 458 static int hfs_btree_inc_height(struct hfs_btree *tree) in hfs_btree_inc_height()
|
| /kernel/linux/linux-4.19/fs/hfsplus/ |
| D | btree.c | 135 struct hfs_btree *tree; in hfs_btree_open() local 258 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close() 282 int hfs_btree_write(struct hfs_btree *tree) in hfs_btree_write() 314 struct hfs_btree *tree = prev->tree; in hfs_bmap_new_bmap() local 346 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes) in hfs_bmap_reserve() 373 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) in hfs_bmap_alloc() 450 struct hfs_btree *tree; in hfs_bmap_free() local
|
| D | bnode.c | 61 struct hfs_btree *tree; in hfs_bnode_read_key() local 337 struct hfs_btree *tree; in hfs_bnode_unlink() local 383 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash() 400 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create() 478 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find() 573 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() 625 struct hfs_btree *tree = node->tree; in hfs_bnode_put() local 657 bool hfs_bnode_need_zeroout(struct hfs_btree *tree) in hfs_bnode_need_zeroout()
|
| D | brec.c | 65 struct hfs_btree *tree; in hfs_brec_insert() local 181 struct hfs_btree *tree; in hfs_brec_remove() local 237 struct hfs_btree *tree; in hfs_bnode_split() local 358 struct hfs_btree *tree; in hfs_brec_update_parent() local 462 static int hfs_btree_inc_height(struct hfs_btree *tree) in hfs_btree_inc_height()
|
| /kernel/linux/linux-5.10/fs/hfsplus/ |
| D | btree.c | 135 struct hfs_btree *tree; in hfs_btree_open() local 258 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close() 282 int hfs_btree_write(struct hfs_btree *tree) in hfs_btree_write() 314 struct hfs_btree *tree = prev->tree; in hfs_bmap_new_bmap() local 346 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes) in hfs_bmap_reserve() 373 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) in hfs_bmap_alloc() 450 struct hfs_btree *tree; in hfs_bmap_free() local
|
| D | bnode.c | 61 struct hfs_btree *tree; in hfs_bnode_read_key() local 337 struct hfs_btree *tree; in hfs_bnode_unlink() local 383 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash() 400 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create() 478 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find() 573 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() 625 struct hfs_btree *tree = node->tree; in hfs_bnode_put() local 657 bool hfs_bnode_need_zeroout(struct hfs_btree *tree) in hfs_bnode_need_zeroout()
|
| /kernel/linux/linux-4.19/kernel/ |
| D | audit_tree.c | 79 struct audit_tree *tree; in alloc_tree() local 95 static inline void get_tree(struct audit_tree *tree) in get_tree() 100 static inline void put_tree(struct audit_tree *tree) in put_tree() 107 const char *audit_tree_path(struct audit_tree *tree) in audit_tree_path() 210 bool audit_tree_match(struct audit_chunk *chunk, struct audit_tree *tree) in audit_tree_match() 337 static int create_chunk(struct inode *inode, struct audit_tree *tree) in create_chunk() 377 static int tag_chunk(struct inode *inode, struct audit_tree *tree) in tag_chunk() 503 static void kill_rules(struct audit_tree *tree) in kill_rules() 544 static void trim_marked(struct audit_tree *tree) in trim_marked() 591 struct audit_tree *tree; in audit_remove_tree_rule() local [all …]
|
| /kernel/linux/linux-5.10/fs/unicode/ |
| D | mkutf8data.c | 345 struct tree { struct 350 struct tree *next; argument 355 int *(*leaf_index)(struct tree *, void *); argument 378 * Example lookup function for a tree. argument 380 static void *lookup(struct tree *tree, const char *key) in lookup() 417 static void tree_walk(struct tree *tree) in tree_walk() 533 static int insert(struct tree *tree, char *key, int keylen, void *leaf) in insert() 654 static void prune(struct tree *tree) in prune() 815 static void mark_nodes(struct tree *tree) in mark_nodes() 942 static int index_nodes(struct tree *tree, int index) in index_nodes() [all …]
|
| /kernel/linux/linux-5.10/kernel/ |
| D | audit_tree.c | 95 struct audit_tree *tree; in alloc_tree() local 111 static inline void get_tree(struct audit_tree *tree) in get_tree() 116 static inline void put_tree(struct audit_tree *tree) in put_tree() 123 const char *audit_tree_path(struct audit_tree *tree) in audit_tree_path() 261 bool audit_tree_match(struct audit_chunk *chunk, struct audit_tree *tree) in audit_tree_match() 397 static int create_chunk(struct inode *inode, struct audit_tree *tree) in create_chunk() 458 static int tag_chunk(struct inode *inode, struct audit_tree *tree) in tag_chunk() 542 static void kill_rules(struct audit_context *context, struct audit_tree *tree) in kill_rules() 609 static void trim_marked(struct audit_tree *tree) in trim_marked() 649 struct audit_tree *tree; in audit_remove_tree_rule() local [all …]
|
| /kernel/linux/linux-5.10/lib/zlib_deflate/ |
| D | deftree.c | 150 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument 154 # define send_code(s, c, tree) \ argument 296 #define pqremove(s, tree, top) \ argument 307 #define smaller(tree, n, m, depth) \ argument 319 ct_data *tree, /* the tree to restore */ in pqdownheap() 358 ct_data *tree = desc->dyn_tree; in gen_bitlen() local 442 ct_data *tree, /* the tree to decorate */ in gen_codes() 489 ct_data *tree = desc->dyn_tree; in build_tree() local 574 ct_data *tree, /* the tree to be scanned */ in scan_tree() 620 ct_data *tree, /* the tree to be scanned */ in send_tree()
|
| /kernel/linux/linux-5.10/net/sched/ |
| D | ematch.c | 162 static inline struct tcf_ematch *tcf_em_get_match(struct tcf_ematch_tree *tree, in tcf_em_get_match() 304 struct tcf_ematch_tree *tree) in tcf_em_tree_validate() 398 void tcf_em_tree_destroy(struct tcf_ematch_tree *tree) in tcf_em_tree_destroy() 435 int tcf_em_tree_dump(struct sk_buff *skb, struct tcf_ematch_tree *tree, int tlv) in tcf_em_tree_dump() 498 int __tcf_em_tree_match(struct sk_buff *skb, struct tcf_ematch_tree *tree, in __tcf_em_tree_match()
|
| /kernel/linux/linux-4.19/net/sched/ |
| D | ematch.c | 166 static inline struct tcf_ematch *tcf_em_get_match(struct tcf_ematch_tree *tree, in tcf_em_get_match() 308 struct tcf_ematch_tree *tree) in tcf_em_tree_validate() 402 void tcf_em_tree_destroy(struct tcf_ematch_tree *tree) in tcf_em_tree_destroy() 439 int tcf_em_tree_dump(struct sk_buff *skb, struct tcf_ematch_tree *tree, int tlv) in tcf_em_tree_dump() 502 int __tcf_em_tree_match(struct sk_buff *skb, struct tcf_ematch_tree *tree, in __tcf_em_tree_match()
|
| /kernel/linux/linux-4.19/lib/zlib_deflate/ |
| D | deftree.c | 156 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument 160 # define send_code(s, c, tree) \ argument 350 #define pqremove(s, tree, top) \ argument 361 #define smaller(tree, n, m, depth) \ argument 373 ct_data *tree, /* the tree to restore */ in pqdownheap() 412 ct_data *tree = desc->dyn_tree; in gen_bitlen() local 496 ct_data *tree, /* the tree to decorate */ in gen_codes() 543 ct_data *tree = desc->dyn_tree; in build_tree() local 628 ct_data *tree, /* the tree to be scanned */ in scan_tree() 674 ct_data *tree, /* the tree to be scanned */ in send_tree()
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | extents_status.c | 171 void ext4_es_init_tree(struct ext4_es_tree *tree) in ext4_es_init_tree() 180 struct ext4_es_tree *tree; in ext4_es_print_tree() local 261 struct ext4_es_tree *tree = NULL; in __es_find_extent_range() local 540 struct ext4_es_tree *tree = &EXT4_I(inode)->i_es_tree; in ext4_es_try_to_merge_left() local 564 struct ext4_es_tree *tree = &EXT4_I(inode)->i_es_tree; in ext4_es_try_to_merge_right() local 759 struct ext4_es_tree *tree = &EXT4_I(inode)->i_es_tree; in __es_insert_extent() local 920 struct ext4_es_tree *tree; in ext4_es_lookup_extent() local 1181 struct ext4_pending_tree *tree = &EXT4_I(inode)->i_pending_tree; in get_rsvd() local 1306 struct ext4_es_tree *tree = &EXT4_I(inode)->i_es_tree; in __es_remove_extent() local 1694 struct ext4_es_tree *tree = &ei->i_es_tree; in es_do_reclaim_extents() local [all …]
|