Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dctree.h421 struct btrfs_path { struct
422 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];
423 int slots[BTRFS_MAX_LEVEL];
425 u8 locks[BTRFS_MAX_LEVEL];
426 u8 reada;
428 u8 lowest_level;
434 unsigned int search_for_split:1;
435 unsigned int keep_locks:1;
436 unsigned int skip_locking:1;
437 unsigned int search_commit_root:1;
[all …]
Dbackref.h15 struct btrfs_path *btrfs_path; member