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

/linux-master/fs/f2fs/
H A Dextent_cache.c189 * @insert_p: insert point for new extent at fofs
198 struct rb_node ***insert_p,
206 *insert_p = NULL;
233 *insert_p = pnode;
545 struct rb_node **insert_p,
554 if (insert_p && insert_parent) {
556 p = insert_p;
600 struct rb_node **insert_p = NULL, *insert_parent = NULL; local
638 &insert_p, &insert_parent,
701 insert_p
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.c1023 struct rb_node ***insert_p,
1030 *insert_p = NULL;
1050 *insert_p = pnode;
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 236 milliseconds