Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dctree.c1722 ASSERT(path->need_commit_sem); in finish_need_commit_sem_search()
1973 if (p->need_commit_sem) { in btrfs_search_slot()
2145 if (p->need_commit_sem) { in btrfs_search_slot()
4661 bool need_commit_sem = false; in btrfs_next_old_leaf() local
4688 if (path->need_commit_sem) { in btrfs_next_old_leaf()
4689 path->need_commit_sem = 0; in btrfs_next_old_leaf()
4690 need_commit_sem = true; in btrfs_next_old_leaf()
4840 if (need_commit_sem) { in btrfs_next_old_leaf()
4843 path->need_commit_sem = 1; in btrfs_next_old_leaf()
Dsend.c581 path->need_commit_sem = 1; in alloc_path_for_send()
1368 tmp_path->need_commit_sem = 0; in find_extent_clone()
7038 if (!path->need_commit_sem) in search_key_again()
Dctree.h438 unsigned int need_commit_sem:1; member