/Linux-v5.4/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()
|
D | bfind.c | 15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() 97 struct hfs_btree *tree; in hfs_brec_find() local 164 struct hfs_btree *tree; in hfs_brec_goto() local
|
/Linux-v5.4/fs/btrfs/ |
D | extent_map.c | 36 void extent_map_tree_init(struct extent_map_tree *tree) in extent_map_tree_init() 231 static void try_merge_map(struct extent_map_tree *tree, struct extent_map *em) in try_merge_map() 281 int unpin_extent_cache(struct extent_map_tree *tree, u64 start, u64 len, in unpin_extent_cache() 320 void clear_em_logging(struct extent_map_tree *tree, struct extent_map *em) in clear_em_logging() 327 static inline void setup_extent_mapping(struct extent_map_tree *tree, in setup_extent_mapping() 382 int add_extent_mapping(struct extent_map_tree *tree, in add_extent_mapping() 403 __lookup_extent_mapping(struct extent_map_tree *tree, in __lookup_extent_mapping() 442 struct extent_map *lookup_extent_mapping(struct extent_map_tree *tree, in lookup_extent_mapping() 459 struct extent_map *search_extent_mapping(struct extent_map_tree *tree, in search_extent_mapping() 473 void remove_extent_mapping(struct extent_map_tree *tree, struct extent_map *em) in remove_extent_mapping() [all …]
|
D | ordered-data.c | 141 static inline struct rb_node *tree_search(struct btrfs_ordered_inode_tree *tree, in tree_search() 180 struct btrfs_ordered_inode_tree *tree; in __btrfs_add_ordered_extent() local 282 struct btrfs_ordered_inode_tree *tree; in btrfs_add_ordered_sum() local 307 struct btrfs_ordered_inode_tree *tree; in btrfs_dec_test_first_ordered_pending() local 377 struct btrfs_ordered_inode_tree *tree; in btrfs_dec_test_ordered_pending() local 464 struct btrfs_ordered_inode_tree *tree; in btrfs_remove_ordered_extent() local 711 struct btrfs_ordered_inode_tree *tree; in btrfs_lookup_ordered_extent() local 737 struct btrfs_ordered_inode_tree *tree; in btrfs_lookup_ordered_range() local 778 struct btrfs_ordered_inode_tree *tree; in btrfs_lookup_first_ordered_extent() local 802 struct btrfs_ordered_inode_tree *tree = &BTRFS_I(inode)->ordered_tree; in btrfs_ordered_update_i_size() local [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() 120 struct extent_io_tree *tree; member 152 struct extent_io_tree *tree = bio->bi_private; in submit_one_bio() local 251 struct extent_io_tree *tree, unsigned int owner, in extent_io_tree_init() 263 void extent_io_tree_release(struct extent_io_tree *tree) in extent_io_tree_release() 380 static struct rb_node *__etree_search(struct extent_io_tree *tree, u64 offset, in __etree_search() 433 tree_search_for_insert(struct extent_io_tree *tree, in tree_search_for_insert() 447 static inline struct rb_node *tree_search(struct extent_io_tree *tree, in tree_search() 462 static void merge_state(struct extent_io_tree *tree, in merge_state() [all …]
|
D | extent_io.h | 271 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent() 300 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end) in unlock_extent() 305 static inline int unlock_extent_cached(struct extent_io_tree *tree, u64 start, in unlock_extent_cached() 312 static inline int unlock_extent_cached_atomic(struct extent_io_tree *tree, in unlock_extent_cached_atomic() 319 static inline int clear_extent_bits(struct extent_io_tree *tree, u64 start, in clear_extent_bits() 338 static inline int set_extent_bits(struct extent_io_tree *tree, u64 start, in set_extent_bits() 344 static inline int clear_extent_uptodate(struct extent_io_tree *tree, u64 start, in clear_extent_uptodate() 351 static inline int set_extent_dirty(struct extent_io_tree *tree, u64 start, in set_extent_dirty() 358 static inline int clear_extent_dirty(struct extent_io_tree *tree, u64 start, in clear_extent_dirty() 370 static inline int set_extent_delalloc(struct extent_io_tree *tree, u64 start, in set_extent_delalloc() [all …]
|
/Linux-v5.4/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()
|
D | bfind.c | 15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() 166 struct hfs_btree *tree; in hfs_brec_find() local 233 struct hfs_btree *tree; in hfs_brec_goto() local
|
/Linux-v5.4/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 …]
|
/Linux-v5.4/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() 263 bool audit_tree_match(struct audit_chunk *chunk, struct audit_tree *tree) in audit_tree_match() 399 static int create_chunk(struct inode *inode, struct audit_tree *tree) in create_chunk() 460 static int tag_chunk(struct inode *inode, struct audit_tree *tree) in tag_chunk() 544 static void kill_rules(struct audit_context *context, struct audit_tree *tree) in kill_rules() 611 static void trim_marked(struct audit_tree *tree) in trim_marked() 651 struct audit_tree *tree; in audit_remove_tree_rule() local [all …]
|
/Linux-v5.4/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() 301 struct tcf_ematch_tree *tree) in tcf_em_tree_validate() 396 void tcf_em_tree_destroy(struct tcf_ematch_tree *tree) in tcf_em_tree_destroy() 433 int tcf_em_tree_dump(struct sk_buff *skb, struct tcf_ematch_tree *tree, int tlv) in tcf_em_tree_dump() 496 int __tcf_em_tree_match(struct sk_buff *skb, struct tcf_ematch_tree *tree, in __tcf_em_tree_match()
|
/Linux-v5.4/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 531 struct ext4_es_tree *tree = &EXT4_I(inode)->i_es_tree; in ext4_es_try_to_merge_left() local 555 struct ext4_es_tree *tree = &EXT4_I(inode)->i_es_tree; in ext4_es_try_to_merge_right() local 750 struct ext4_es_tree *tree = &EXT4_I(inode)->i_es_tree; in __es_insert_extent() local 905 struct ext4_es_tree *tree; in ext4_es_lookup_extent() local 1163 struct ext4_pending_tree *tree = &EXT4_I(inode)->i_pending_tree; in get_rsvd() local 1288 struct ext4_es_tree *tree = &EXT4_I(inode)->i_es_tree; in __es_remove_extent() local 1675 struct ext4_es_tree *tree = &ei->i_es_tree; in es_do_reclaim_extents() local [all …]
|
/Linux-v5.4/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()
|
/Linux-v5.4/scripts/dtc/ |
D | fstree.c | 16 struct node *tree; in read_fstree() local 70 struct node *tree; in dt_from_fs() local
|
D | livetree.c | 399 struct node *tree, uint32_t boot_cpuid_phys) in build_dt_info() 447 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() 473 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label() 512 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path() 539 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label() 559 struct node *get_node_by_phandle(struct node *tree, cell_t phandle) in get_node_by_phandle() 583 struct node *get_node_by_ref(struct node *tree, const char *ref) in get_node_by_ref() 624 uint32_t guess_boot_cpuid(struct node *tree) in guess_boot_cpuid()
|
/Linux-v5.4/tools/testing/radix-tree/ |
D | tag_check.c | 14 __simple_checks(struct radix_tree_root *tree, unsigned long index, int tag) in __simple_checks() 131 static void gang_check(struct radix_tree_root *tree, in gang_check() 157 static void do_thrash(struct radix_tree_root *tree, char *thrash_state, int tag) in do_thrash()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_mpc.c | 114 struct mpcc *mpc1_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc1_get_mpcc_for_dpp() 178 struct mpc_tree *tree, in mpc1_insert_plane() 266 struct mpc_tree *tree, in mpc1_remove_mpcc() 387 struct mpc_tree *tree) in mpc1_init_mpcc_list_from_hw()
|
/Linux-v5.4/tools/perf/util/ |
D | srcline.c | 600 void srcline__tree_insert(struct rb_root_cached *tree, u64 addr, char *srcline) in srcline__tree_insert() 630 char *srcline__tree_find(struct rb_root_cached *tree, u64 addr) in srcline__tree_find() 649 void srcline__tree_delete(struct rb_root_cached *tree) in srcline__tree_delete() 691 void inlines__tree_insert(struct rb_root_cached *tree, in inlines__tree_insert() 714 struct inline_node *inlines__tree_find(struct rb_root_cached *tree, u64 addr) in inlines__tree_find() 733 void inlines__tree_delete(struct rb_root_cached *tree) in inlines__tree_delete()
|
/Linux-v5.4/mm/ |
D | zswap.c | 345 static void zswap_entry_put(struct zswap_tree *tree, in zswap_entry_put() 844 struct zswap_tree *tree; in zswap_writeback_entry() local 990 struct zswap_tree *tree = zswap_trees[type]; in zswap_frontswap_store() local 1132 struct zswap_tree *tree = zswap_trees[type]; in zswap_frontswap_load() local 1180 struct zswap_tree *tree = zswap_trees[type]; in zswap_frontswap_invalidate_page() local 1204 struct zswap_tree *tree = zswap_trees[type]; in zswap_frontswap_invalidate_area() local 1222 struct zswap_tree *tree; in zswap_frontswap_init() local
|
/Linux-v5.4/fs/ocfs2/ |
D | uptodate.c | 159 unsigned int tree, to_purge, purged; in ocfs2_metadata_cache_purge() local 352 struct ocfs2_meta_cache_item **tree) in ocfs2_expand_cache() 392 struct ocfs2_meta_cache_item *tree[OCFS2_CACHE_INFO_MAX_ARRAY] = in __ocfs2_set_buffer_uptodate() local
|
/Linux-v5.4/scripts/ |
D | spdxcheck.py | 203 def scan_git_tree(tree): argument 216 def scan_git_subtree(tree, path): argument
|