Home
last modified time | relevance | path

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

/linux-6.15/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 Dtree-mod-log.c735 u64 time_seq) in tree_mod_log_oldest_root() argument
742 if (!time_seq) in tree_mod_log_oldest_root()
753 time_seq); in tree_mod_log_oldest_root()
792 u64 time_seq, in tree_mod_log_rewind() argument
820 while (tm && tm->seq >= time_seq) { in tree_mod_log_rewind()
913 u64 time_seq) in btrfs_tree_mod_log_rewind() argument
918 if (!time_seq) in btrfs_tree_mod_log_rewind()
956 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in btrfs_tree_mod_log_rewind()
984 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_get_old_root()
1065 tree_mod_log_rewind(fs_info, eb, time_seq, tm); in btrfs_get_old_root()
[all …]
H A Dctree.h603 struct btrfs_path *p, u64 time_seq);
677 u64 time_seq);
711 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()
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()
663 if (ctx->time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref()
1416 if (ctx->time_seq == BTRFS_SEQ_LAST) in find_parent_nodes()
1435 ctx->time_seq != BTRFS_SEQ_LAST) { in find_parent_nodes()
1890 walk_ctx.time_seq = elem.seq; in btrfs_is_data_extent_shared()
[all …]
H A Dbackref.h97 u64 time_seq; member
H A Dctree.c2233 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument
2249 BUG_ON(time_seq); in btrfs_search_old_slot()
2254 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot()
2309 b = btrfs_tree_mod_log_rewind(fs_info, b, time_seq); in btrfs_search_old_slot()
4783 u64 time_seq) in btrfs_next_old_leaf() argument
4800 if (time_seq) in btrfs_next_old_leaf()
4815 if (time_seq) { in btrfs_next_old_leaf()
4816 ret = btrfs_search_old_slot(root, &key, path, time_seq); in btrfs_next_old_leaf()
4917 if (!ret && time_seq) { in btrfs_next_old_leaf()
4981 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.c3073 ctx.time_seq = BTRFS_SEQ_LAST; in btrfs_qgroup_account_extents()
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_time.c137 u64_stats_update_begin(&fbn->time_seq); in fbnic_ptp_adjtime()
139 u64_stats_update_end(&fbn->time_seq); in fbnic_ptp_adjtime()
198 u64_stats_update_begin(&fbn->time_seq); in fbnic_ptp_settime64()
200 u64_stats_update_end(&fbn->time_seq); in fbnic_ptp_settime64()
260 u64_stats_init(&fbn->time_seq); in fbnic_time_init()
H A Dfbnic_netdev.h52 struct u64_stats_sync time_seq; member
H A Dfbnic_txrx.c72 s = u64_stats_fetch_begin(&fbn->time_seq); in fbnic_ts40_to_ns()
74 } while (u64_stats_fetch_retry(&fbn->time_seq, s)); in fbnic_ts40_to_ns()