Lines Matching defs:btrfs_path
375 struct btrfs_path { struct
376 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];
377 int slots[BTRFS_MAX_LEVEL];
379 u8 locks[BTRFS_MAX_LEVEL];
380 u8 reada;
382 u8 lowest_level;
388 unsigned int search_for_split:1;
389 unsigned int keep_locks:1;
390 unsigned int skip_locking:1;
391 unsigned int search_commit_root:1;
392 unsigned int need_commit_sem:1;
393 unsigned int skip_release_on_error:1;
399 unsigned int search_for_extension:1;