Lines Matching defs:btrfs_path
326 struct btrfs_path { struct
327 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];
328 int slots[BTRFS_MAX_LEVEL];
330 u8 locks[BTRFS_MAX_LEVEL];
331 u8 reada;
333 u8 lowest_level;
339 unsigned int search_for_split:1;
340 unsigned int keep_locks:1;
341 unsigned int skip_locking:1;
342 unsigned int leave_spinning:1;
343 unsigned int search_commit_root:1;
344 unsigned int need_commit_sem:1;
345 unsigned int skip_release_on_error:1;