Home
last modified time | relevance | path

Searched refs:time_seq (Results 1 – 9 of 9) 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 Dctree.h603 struct btrfs_path *p, u64 time_seq);
678 u64 time_seq);
712 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 Dbackref.h97 u64 time_seq; member
H A Dctree.c2261 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument
2276 BUG_ON(time_seq); in btrfs_search_old_slot()
2281 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot()
2337 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()
4906 if (!ret && time_seq) { in btrfs_next_old_leaf()
4970 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.c3067 ctx.time_seq = BTRFS_SEQ_LAST; in btrfs_qgroup_account_extents()
/linux/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.h55 struct u64_stats_sync time_seq; member