Searched refs:cached_re (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | extent_cache.c | 18 static struct rb_entry *__lookup_rb_tree_fast(struct rb_entry *cached_re, in __lookup_rb_tree_fast() argument 21 if (cached_re) { in __lookup_rb_tree_fast() 22 if (cached_re->ofs <= ofs && in __lookup_rb_tree_fast() 23 cached_re->ofs + cached_re->len > ofs) { in __lookup_rb_tree_fast() 24 return cached_re; in __lookup_rb_tree_fast() 50 struct rb_entry *cached_re, unsigned int ofs) in f2fs_lookup_rb_tree() 54 re = __lookup_rb_tree_fast(cached_re, ofs); in f2fs_lookup_rb_tree() 119 struct rb_entry *cached_re, in f2fs_lookup_rb_tree_ret() 129 struct rb_entry *re = cached_re; in f2fs_lookup_rb_tree_ret() 49 f2fs_lookup_rb_tree(struct rb_root_cached *root, struct rb_entry *cached_re, unsigned int ofs) f2fs_lookup_rb_tree() argument 118 f2fs_lookup_rb_tree_ret(struct rb_root_cached *root, struct rb_entry *cached_re, unsigned int ofs, struct rb_entry **prev_entry, struct rb_entry **next_entry, struct rb_node ***insert_p, struct rb_node **insert_parent, bool force, bool *leftmost) f2fs_lookup_rb_tree_ret() argument [all...] |
H A D | f2fs.h | 3853 struct rb_entry *cached_re, unsigned int ofs); 3863 struct rb_entry *cached_re, unsigned int ofs,
|
Completed in 9 milliseconds