Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dtree-mod-log.c771 u64 time_seq) in tree_mod_log_oldest_root() argument
778 if (!time_seq) in tree_mod_log_oldest_root()
789 time_seq); in tree_mod_log_oldest_root()
828 u64 time_seq, in tree_mod_log_rewind() argument
856 while (tm && tm->seq >= time_seq) { in tree_mod_log_rewind()
949 u64 time_seq) in btrfs_tree_mod_log_rewind() argument
954 if (!time_seq) in btrfs_tree_mod_log_rewind()
960 tm = tree_mod_log_search(fs_info, eb->start, time_seq); in btrfs_tree_mod_log_rewind()
992 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in btrfs_tree_mod_log_rewind()
1006 struct extent_buffer *btrfs_get_old_root(struct btrfs_root *root, u64 time_seq) in btrfs_get_old_root() argument
[all …]
H A Dtree-mod-log.h45 u64 time_seq);
46 struct extent_buffer *btrfs_get_old_root(struct btrfs_root *root, u64 time_seq);
47 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq);
H A Dbackref.c508 if (ctx->time_seq == BTRFS_SEQ_LAST) in add_all_parents()
511 ret = btrfs_next_old_leaf(root, path, ctx->time_seq); in add_all_parents()
532 if (ctx->time_seq == BTRFS_SEQ_LAST) in add_all_parents()
535 ret = btrfs_next_old_leaf(root, path, ctx->time_seq); in add_all_parents()
572 if (ctx->time_seq == BTRFS_SEQ_LAST) in add_all_parents()
575 ret = btrfs_next_old_item(root, path, ctx->time_seq); in add_all_parents()
632 else if (ctx->time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref()
635 root_level = btrfs_old_root_level(root, ctx->time_seq); in resolve_indirect_ref()
663 if (ctx->time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref()
666 ret = btrfs_search_old_slot(root, &search_key, path, ctx->time_seq); in resolve_indirect_ref()
[all …]
H A Dqgroup.c3067 ctx.time_seq = BTRFS_SEQ_LAST; in btrfs_qgroup_account_extents()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c84 s = u64_stats_fetch_begin(&fbn->time_seq); in fbnic_ts40_to_ns()
86 } while (u64_stats_fetch_retry(&fbn->time_seq, s)); in fbnic_ts40_to_ns()