Searched refs:conflict_inodes (Results 1 - 3 of 3) sorted by path

/linux-master/fs/btrfs/
H A Dfile.c2030 ASSERT(list_empty(&ctx.conflict_inodes));
H A Dtree-log.c2834 INIT_LIST_HEAD(&ctx->conflict_inodes);
5590 list_for_each_entry_safe(curr, next, &ctx->conflict_inodes, list) {
5690 list_add_tail(&ino_elem->list, &ctx->conflict_inodes);
5743 list_add_tail(&ino_elem->list, &ctx->conflict_inodes);
5771 while (!list_empty(&ctx->conflict_inodes)) {
5777 curr = list_first_entry(&ctx->conflict_inodes,
7582 ASSERT(list_empty(&ctx.conflict_inodes));
H A Dtree-log.h44 struct list_head conflict_inodes; member in struct:btrfs_log_ctx

Completed in 304 milliseconds