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

/linux-master/fs/btrfs/
H A Dtree-log.h44 struct list_head conflict_inodes; member in struct:btrfs_log_ctx
H A Dtree-log.c2832 INIT_LIST_HEAD(&ctx->conflict_inodes);
5586 list_for_each_entry_safe(curr, next, &ctx->conflict_inodes, list) {
5686 list_add_tail(&ino_elem->list, &ctx->conflict_inodes);
5739 list_add_tail(&ino_elem->list, &ctx->conflict_inodes);
5767 while (!list_empty(&ctx->conflict_inodes)) {
5773 curr = list_first_entry(&ctx->conflict_inodes,
7578 ASSERT(list_empty(&ctx.conflict_inodes));
H A Dfile.c2020 ASSERT(list_empty(&ctx.conflict_inodes));

Completed in 155 milliseconds