Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 25 of 51) sorted by relevance

123

/linux-4.19.296/fs/hfs/
Dbtree.c21 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
Dbrec.c67 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()
Dbnode.c63 struct hfs_btree *tree; in hfs_bnode_read_key() local
188 struct hfs_btree *tree; in hfs_bnode_unlink() local
233 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
251 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create()
328 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find()
421 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create()
473 struct hfs_btree *tree = node->tree; in hfs_bnode_put() local
Dbfind.c15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init()
109 struct hfs_btree *tree; in hfs_brec_find() local
176 struct hfs_btree *tree; in hfs_brec_goto() local
Dbtree.h54 struct hfs_btree *tree; member
80 struct hfs_btree *tree; member
/linux-4.19.296/fs/btrfs/
Dextent_map.c35 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 …]
Dextent_io.c87 #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
147 struct extent_io_tree *tree = bio->bi_private; in submit_one_bio() local
248 void extent_io_tree_init(struct extent_io_tree *tree, in extent_io_tree_init()
328 static struct rb_node *__etree_search(struct extent_io_tree *tree, u64 offset, in __etree_search()
381 tree_search_for_insert(struct extent_io_tree *tree, in tree_search_for_insert()
395 static inline struct rb_node *tree_search(struct extent_io_tree *tree, in tree_search()
401 static void merge_cb(struct extent_io_tree *tree, struct extent_state *new, in merge_cb()
417 static void merge_state(struct extent_io_tree *tree, in merge_state()
[all …]
Dordered-data.c138 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 …]
Dextent_io.h265 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 …]
Dcompression.c248 struct extent_io_tree *tree; in end_compressed_bio_write() local
436 struct extent_io_tree *tree; in add_ra_bio_pages() local
546 struct extent_io_tree *tree; in btrfs_submit_compressed_read() local
Dordered-data.h12 struct rb_root tree; member
/linux-4.19.296/fs/hfsplus/
Dbtree.c135 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
Dbnode.c61 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()
Dbrec.c65 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()
Dbfind.c15 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
Dsuper.c104 struct hfs_btree *tree = NULL; in hfsplus_system_write_inode() local
/linux-4.19.296/lib/zlib_deflate/
Ddeftree.c156 # 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-4.19.296/fs/ext4/
Dextents_status.c168 void ext4_es_init_tree(struct ext4_es_tree *tree) in ext4_es_init_tree()
177 struct ext4_es_tree *tree; in ext4_es_print_tree() local
248 struct ext4_es_tree *tree = NULL; in ext4_es_find_delayed_extent_range() local
415 struct ext4_es_tree *tree = &EXT4_I(inode)->i_es_tree; in ext4_es_try_to_merge_left() local
439 struct ext4_es_tree *tree = &EXT4_I(inode)->i_es_tree; in ext4_es_try_to_merge_right() local
634 struct ext4_es_tree *tree = &EXT4_I(inode)->i_es_tree; in __es_insert_extent() local
782 struct ext4_es_tree *tree; in ext4_es_lookup_extent() local
842 struct ext4_es_tree *tree = &EXT4_I(inode)->i_es_tree; in __es_remove_extent() local
1189 struct ext4_es_tree *tree = &ei->i_es_tree; in es_do_reclaim_extents() local
/linux-4.19.296/fs/ocfs2/
Duptodate.c173 unsigned int tree, to_purge, purged; in ocfs2_metadata_cache_purge() local
366 struct ocfs2_meta_cache_item **tree) in ocfs2_expand_cache()
406 struct ocfs2_meta_cache_item *tree[OCFS2_CACHE_INFO_MAX_ARRAY] = in __ocfs2_set_buffer_uptodate() local
Drefcounttree.c205 struct ocfs2_refcount_tree *tree = NULL; in ocfs2_find_refcount_tree() local
252 static void ocfs2_free_refcount_tree(struct ocfs2_refcount_tree *tree) in ocfs2_free_refcount_tree()
262 struct ocfs2_refcount_tree *tree) in ocfs2_erase_refcount_tree_from_list_no_lock()
270 struct ocfs2_refcount_tree *tree) in ocfs2_erase_refcount_tree_from_list()
279 struct ocfs2_refcount_tree *tree = in ocfs2_kref_remove_refcount_tree() local
286 ocfs2_refcount_tree_get(struct ocfs2_refcount_tree *tree) in ocfs2_refcount_tree_get()
292 ocfs2_refcount_tree_put(struct ocfs2_refcount_tree *tree) in ocfs2_refcount_tree_put()
335 struct ocfs2_refcount_tree *tree, *new = NULL; in ocfs2_get_refcount_tree() local
424 struct ocfs2_refcount_tree *tree, int rw) in __ocfs2_lock_refcount_tree()
457 struct ocfs2_refcount_tree *tree = NULL; in ocfs2_lock_refcount_tree() local
[all …]
/linux-4.19.296/fs/xfs/
Dxfs_dquot.c663 struct radix_tree_root *tree, in xfs_qm_dqget_cache_lookup()
704 struct radix_tree_root *tree, in xfs_qm_dqget_cache_insert()
771 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dqget() local
860 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dqget_inode() local
/linux-4.19.296/drivers/of/
Doverlay.c648 const void *fdt, struct device_node *tree) in init_overlay_changeset()
830 static int of_overlay_apply(const void *fdt, struct device_node *tree, in of_overlay_apply()
993 static int find_node(struct device_node *tree, struct device_node *np) in find_node()
/linux-4.19.296/include/linux/
Dvmpressure.h47 static inline void vmpressure(gfp_t gfp, struct mem_cgroup *memcg, bool tree, in vmpressure()
Drbtree_latch.h46 struct rb_root tree[2]; member
/linux-4.19.296/fs/dlm/
Ddebug_fs.c423 struct rb_root *tree; in table_seq_start() local
505 struct rb_root *tree; in table_seq_next() local

123