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