Searched defs:btrfs_path (Results 1 – 2 of 2) sorted by relevance
383 struct btrfs_path { struct385 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;[all …]
15 struct btrfs_path *btrfs_path; member
Completed in 15 milliseconds