Searched refs:insert_parent (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/f2fs/
H A Dextent_cache.c199 struct rb_node **insert_parent,
207 *insert_parent = NULL;
234 *insert_parent = parent;
546 struct rb_node *insert_parent,
554 if (insert_p && insert_parent) {
555 parent = insert_parent;
600 struct rb_node **insert_p = NULL, *insert_parent = NULL; local
638 &insert_p, &insert_parent,
702 insert_parent = NULL;
718 insert_p, insert_parent, leftmos
193 __lookup_extent_node_ret(struct rb_root_cached *root, struct extent_node *cached_en, unsigned int fofs, struct extent_node **prev_entry, struct extent_node **next_entry, struct rb_node ***insert_p, struct rb_node **insert_parent, bool *leftmost) argument
543 __insert_extent_tree(struct f2fs_sb_info *sbi, struct extent_tree *et, struct extent_info *ei, struct rb_node **insert_p, struct rb_node *insert_parent, bool leftmost) argument
764 struct rb_node **insert_p = NULL, *insert_parent = NULL; local
[all...]
H A Dsegment.c1024 struct rb_node **insert_parent)
1031 *insert_parent = NULL;
1051 *insert_parent = parent;
1454 struct rb_node **insert_p = NULL, *insert_parent = NULL; local
1460 &prev_dc, &next_dc, &insert_p, &insert_parent);
1570 struct rb_node **insert_p = NULL, *insert_parent = NULL; local
1577 &prev_dc, &next_dc, &insert_p, &insert_parent);
3222 struct rb_node **insert_p = NULL, *insert_parent = NULL; local
3236 &prev_dc, &next_dc, &insert_p, &insert_parent);
1019 __lookup_discard_cmd_ret(struct rb_root_cached *root, block_t blkaddr, struct discard_cmd **prev_entry, struct discard_cmd **next_entry, struct rb_node ***insert_p, struct rb_node **insert_parent) argument

Completed in 224 milliseconds