Searched defs:btrfs_path (Results 1 – 4 of 4) sorted by relevance
86 struct btrfs_path { struct87 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];88 int slots[BTRFS_MAX_LEVEL];90 u8 locks[BTRFS_MAX_LEVEL];91 u8 reada;93 u8 lowest_level;99 unsigned int search_for_split:1;100 unsigned int keep_locks:1;101 unsigned int skip_locking:1;102 unsigned int search_commit_root:1;[all …]
139 struct btrfs_path *btrfs_path; member
357 struct btrfs_path { struct358 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];359 int slots[BTRFS_MAX_LEVEL];361 u8 locks[BTRFS_MAX_LEVEL];362 u8 reada;364 u8 lowest_level;370 unsigned int search_for_split:1;371 unsigned int keep_locks:1;372 unsigned int skip_locking:1;373 unsigned int leave_spinning:1;[all …]
15 struct btrfs_path *btrfs_path; member