Home
last modified time | relevance | path

Searched defs:btrfs_path (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/btrfs/
Dbackref.h14 struct btrfs_path *btrfs_path; member
Dctree.h346 struct btrfs_path { struct
347 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];
348 int slots[BTRFS_MAX_LEVEL];
350 u8 locks[BTRFS_MAX_LEVEL];
351 u8 reada;
353 u8 lowest_level;
359 unsigned int search_for_split:1;
360 unsigned int keep_locks:1;
361 unsigned int skip_locking:1;
362 unsigned int leave_spinning:1;
[all …]