Lines Matching defs:btrfs_path
346 struct btrfs_path { struct
347 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];
348 int slots[BTRFS_MAX_LEVEL];
350 u8 locks[BTRFS_MAX_LEVEL];
351 u8 reada;
353 u8 lowest_level;
359 unsigned int search_for_split:1;
360 unsigned int keep_locks:1;
361 unsigned int skip_locking:1;
362 unsigned int leave_spinning:1;
363 unsigned int search_commit_root:1;
364 unsigned int need_commit_sem:1;
365 unsigned int skip_release_on_error:1;