Home
last modified time | relevance | path

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

/linux-6.8/fs/btrfs/
Dctree.h59 struct btrfs_path { struct
60 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];
61 int slots[BTRFS_MAX_LEVEL];
63 u8 locks[BTRFS_MAX_LEVEL];
64 u8 reada;
66 u8 lowest_level;
72 unsigned int search_for_split:1;
73 unsigned int keep_locks:1;
74 unsigned int skip_locking:1;
75 unsigned int search_commit_root:1;
[all …]
Dbackref.h139 struct btrfs_path *btrfs_path; member