Lines Matching defs:btrfs_path
383 struct btrfs_path { struct
384 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];
385 int slots[BTRFS_MAX_LEVEL];
387 u8 locks[BTRFS_MAX_LEVEL];
388 u8 reada;
390 u8 lowest_level;
396 unsigned int search_for_split:1;
397 unsigned int keep_locks:1;
398 unsigned int skip_locking:1;
399 unsigned int search_commit_root:1;
400 unsigned int need_commit_sem:1;
401 unsigned int skip_release_on_error:1;
407 unsigned int search_for_extension:1;