Searched refs:ordered_extents (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/btrfs/
H A Dtree-log.h43 struct list_head ordered_extents; member in struct:btrfs_log_ctx
H A Dordered-data.c234 &root->ordered_extents);
694 list_splice_init(&root->ordered_extents, &splice);
707 &root->ordered_extents);
722 list_splice_tail(&skipped, &root->ordered_extents);
723 list_splice_tail(&splice, &root->ordered_extents);
1230 list_add_tail(&new->root_extent_list, &root->ordered_extents);
H A Dctree.h265 struct list_head ordered_extents; member in struct:btrfs_root
H A Dtree-log.c2831 INIT_LIST_HEAD(&ctx->ordered_extents);
2860 list_for_each_entry_safe(ordered, tmp, &ctx->ordered_extents, log_list) {
4587 list_for_each_entry(ordered, &ctx->ordered_extents, log_list) {
4975 list_for_each_entry_safe(ordered, tmp, &ctx->ordered_extents, log_list) {
7060 list_empty(&ctx->ordered_extents)) ||
H A Dfile.c1755 list_empty(&ctx->ordered_extents))
1767 list_empty(&ctx->ordered_extents)))
1885 &ctx.ordered_extents);
H A Ddisk-io.c675 INIT_LIST_HEAD(&root->ordered_extents);
4507 list_for_each_entry(ordered, &root->ordered_extents,

Completed in 513 milliseconds