Searched refs:search_commit_root (Results 1 - 19 of 19) sorted by relevance

/linux-master/fs/btrfs/
H A Draid-stripe-tree.c180 path->search_commit_root = 1;
H A Dbackref.h225 bool search_commit_root,
H A Dbackref.c604 * If we're search_commit_root we could possibly be holding locks on
611 if (path->search_commit_root)
620 if (!path->search_commit_root &&
631 if (path->search_commit_root)
1419 path->search_commit_root = 1;
2416 bool search_commit_root,
2431 if (!search_commit_root) {
2564 int search_commit_root = path->search_commit_root; local
2580 return iterate_extent_inodes(&walk_ctx, search_commit_root,
2415 iterate_extent_inodes(struct btrfs_backref_walk_ctx *ctx, bool search_commit_root, iterate_extent_inodes_t *iterate, void *user_ctx) argument
[all...]
H A Dctree.h74 unsigned int search_commit_root:1; member in struct:btrfs_path
H A Dscrub.c357 sctx->extent_path.search_commit_root = 1;
359 sctx->csum_path.search_commit_root = 1;
1950 extent_path.search_commit_root = 1;
1952 csum_path.search_commit_root = 1;
2478 path->search_commit_root = 1;
H A Dfile-item.c399 path->search_commit_root = 1;
477 path->search_commit_root = 1;
H A Ddev-replace.c506 path->search_commit_root = 1;
H A Dtree-log.c5271 search_path->search_commit_root = 1;
5602 path->search_commit_root = 1;
5623 path->search_commit_root = 0;
6734 path->search_commit_root = 1;
H A Dctree.c1706 if (p->search_commit_root) {
1712 * p->search_commit_root = 1.
2053 ASSERT(p->search_commit_root);
2264 if (p->search_commit_root) {
H A Dfree-space-tree.c1651 path->search_commit_root = 1;
H A Drelocation.c3356 path->search_commit_root = 1;
3552 path->search_commit_root = 1;
H A Dblock-group.c607 path->search_commit_root = 1;
739 path->search_commit_root = 1;
H A Dsend.c635 path->search_commit_root = 1;
7710 left_path->search_commit_root = 1;
7712 right_path->search_commit_root = 1;
H A Dfree-space-cache.c973 path->search_commit_root = 1;
977 * We must pass a path with search_commit_root set to btrfs_iget in
H A Ddisk-io.c1461 ASSERT(path->search_commit_root && path->skip_locking);
H A Dqgroup.c3727 path->search_commit_root = 1;
H A Dextent-tree.c133 path->search_commit_root = 1;
H A Dvolumes.c1650 path->search_commit_root = 1;
H A Dinode.c6869 path->search_commit_root = 1;

Completed in 874 milliseconds