Home
last modified time | relevance | path

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

/linux/fs/btrfs/
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 Dctree.h599 struct btrfs_path *p, u64 time_seq);
674 u64 time_seq);
708 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, 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 Dctree.c2263 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument
2279 BUG_ON(time_seq); in btrfs_search_old_slot()
2289 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot()
2345 b = btrfs_tree_mod_log_rewind(fs_info, b, time_seq); in btrfs_search_old_slot()
4793 u64 time_seq) in btrfs_next_old_leaf() argument
4811 if (time_seq) in btrfs_next_old_leaf()
4831 if (time_seq) { in btrfs_next_old_leaf()
4832 ret = btrfs_search_old_slot(root, &key, path, time_seq); in btrfs_next_old_leaf()
4922 if (!ret && time_seq) { in btrfs_next_old_leaf()
4988 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq) in btrfs_next_old_item() argument
[all …]
H A Dqgroup.c3083 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()