Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dbackref.h14 struct btrfs_path *btrfs_path; member
Dctree.h326 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;
[all …]