Home
last modified time | relevance | path

Searched refs:time_seq (Results 1 – 6 of 6) sorted by relevance

/linux/fs/btrfs/
A Dtree-mod-log.c598 u64 time_seq) in tree_mod_log_oldest_root() argument
605 if (!time_seq) in tree_mod_log_oldest_root()
616 time_seq); in tree_mod_log_oldest_root()
655 u64 time_seq, in tree_mod_log_rewind() argument
667 while (tm && tm->seq >= time_seq) { in tree_mod_log_rewind()
735 u64 time_seq) in btrfs_tree_mod_log_rewind() argument
740 if (!time_seq) in btrfs_tree_mod_log_rewind()
778 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in btrfs_tree_mod_log_rewind()
806 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_get_old_root()
882 tree_mod_log_rewind(fs_info, eb, time_seq, tm); in btrfs_get_old_root()
[all …]
A Dtree-mod-log.h40 u64 time_seq);
41 struct extent_buffer *btrfs_get_old_root(struct btrfs_root *root, u64 time_seq);
42 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq);
A Dbackref.c456 if (time_seq == BTRFS_SEQ_LAST) in add_all_parents()
480 if (time_seq == BTRFS_SEQ_LAST) in add_all_parents()
518 if (time_seq == BTRFS_SEQ_LAST) in add_all_parents()
536 struct btrfs_path *path, u64 time_seq, in resolve_indirect_ref() argument
578 else if (time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref()
609 if (time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref()
1203 if (time_seq == BTRFS_SEQ_LAST)
1221 time_seq != BTRFS_SEQ_LAST) {
1416 u64 time_seq, struct ulist **leafs, argument
1490 u64 time_seq, struct ulist **roots, argument
[all …]
A Dbackref.h46 u64 time_seq, struct ulist **leafs,
50 u64 time_seq, struct ulist **roots,
A Dctree.c1938 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument
1953 BUG_ON(time_seq); in btrfs_search_old_slot()
1958 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot()
2013 b = btrfs_tree_mod_log_rewind(fs_info, p, b, time_seq); in btrfs_search_old_slot()
4400 u64 time_seq) in btrfs_next_old_leaf() argument
4423 if (time_seq) in btrfs_next_old_leaf()
4424 ret = btrfs_search_old_slot(root, &key, path, time_seq); in btrfs_next_old_leaf()
4509 if (!ret && time_seq) { in btrfs_next_old_leaf()
A Dctree.h2890 struct btrfs_path *p, u64 time_seq);
2967 u64 time_seq);
2973 struct btrfs_path *p, u64 time_seq) in btrfs_next_old_item() argument
2977 return btrfs_next_old_leaf(root, p, time_seq); in btrfs_next_old_item()

Completed in 37 milliseconds