Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dctree.h375 struct btrfs_path { struct
376 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];
377 int slots[BTRFS_MAX_LEVEL];
379 u8 locks[BTRFS_MAX_LEVEL];
380 u8 reada;
382 u8 lowest_level;
388 unsigned int search_for_split:1;
389 unsigned int keep_locks:1;
390 unsigned int skip_locking:1;
391 unsigned int search_commit_root:1;
[all …]
Dbackref.h15 struct btrfs_path *btrfs_path; member