Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dtree-log.h36 struct list_head conflict_inodes; member
53 INIT_LIST_HEAD(&ctx->conflict_inodes); in btrfs_init_log_ctx()
Dtree-log.c5529 list_for_each_entry_safe(curr, next, &ctx->conflict_inodes, list) { in free_conflicting_inodes()
5629 list_add_tail(&ino_elem->list, &ctx->conflict_inodes); in add_conflicting_inode()
5682 list_add_tail(&ino_elem->list, &ctx->conflict_inodes); in add_conflicting_inode()
5710 while (!list_empty(&ctx->conflict_inodes)) { in log_conflicting_inodes()
5716 curr = list_first_entry(&ctx->conflict_inodes, in log_conflicting_inodes()
7521 ASSERT(list_empty(&ctx.conflict_inodes)); in btrfs_log_new_name()
Dfile.c2004 ASSERT(list_empty(&ctx.conflict_inodes)); in btrfs_sync_file()