Searched refs:time_seq (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | backref.c | 421 int level, u64 time_seq, const u64 *extent_item_pos, in add_all_parents() argument 458 if (time_seq == SEQ_LAST) in add_all_parents() 461 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents() 482 if (time_seq == SEQ_LAST) in add_all_parents() 485 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents() 520 if (time_seq == SEQ_LAST) in add_all_parents() 523 ret = btrfs_next_old_item(root, path, time_seq); in add_all_parents() 538 struct btrfs_path *path, u64 time_seq, in resolve_indirect_ref() argument 580 else if (time_seq == SEQ_LAST) in resolve_indirect_ref() 583 root_level = btrfs_old_root_level(root, time_seq); in resolve_indirect_ref() [all …]
|
| H A D | ctree.c | 1135 struct extent_buffer *eb_root, u64 time_seq) in __tree_mod_log_oldest_root() argument 1142 if (!time_seq) in __tree_mod_log_oldest_root() 1153 time_seq); in __tree_mod_log_oldest_root() 1191 u64 time_seq, struct tree_mod_elem *first_tm) in __tree_mod_log_rewind() argument 1202 while (tm && tm->seq >= time_seq) { in __tree_mod_log_rewind() 1269 struct extent_buffer *eb, u64 time_seq) in tree_mod_log_rewind() argument 1274 if (!time_seq) in tree_mod_log_rewind() 1280 tm = tree_mod_log_search(fs_info, eb->start, time_seq); in tree_mod_log_rewind() 1315 __tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in tree_mod_log_rewind() 1330 get_old_root(struct btrfs_root *root, u64 time_seq) in get_old_root() argument [all …]
|
| H A D | backref.h | 45 u64 time_seq, struct ulist **leafs, 49 u64 time_seq, struct ulist **roots, bool ignore_offset);
|
| H A D | ctree.h | 2741 struct btrfs_path *p, u64 time_seq); 2786 u64 time_seq); 2788 struct btrfs_path *p, u64 time_seq) in btrfs_next_old_item() argument 2792 return btrfs_next_old_leaf(root, p, time_seq); in btrfs_next_old_item() 2834 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq);
|