Lines Matching defs:btrfs_path
593 struct btrfs_path { struct
594 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];
595 int slots[BTRFS_MAX_LEVEL];
597 int locks[BTRFS_MAX_LEVEL];
598 int reada;
600 int lowest_level;
606 unsigned int search_for_split:1;
607 unsigned int keep_locks:1;
608 unsigned int skip_locking:1;
609 unsigned int leave_spinning:1;
610 unsigned int search_commit_root:1;
611 unsigned int need_commit_sem:1;
612 unsigned int skip_release_on_error:1;