Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/fs/btrfs/
Dbackref.h14 struct btrfs_path *btrfs_path; member
Dctree.h327 struct btrfs_path { struct
328 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];
329 int slots[BTRFS_MAX_LEVEL];
331 u8 locks[BTRFS_MAX_LEVEL];
332 u8 reada;
334 u8 lowest_level;
340 unsigned int search_for_split:1;
341 unsigned int keep_locks:1;
342 unsigned int skip_locking:1;
343 unsigned int leave_spinning:1;
[all …]
/kernel/linux/linux-5.10/fs/btrfs/
Dctree.h357 struct btrfs_path { struct
358 struct extent_buffer *nodes[BTRFS_MAX_LEVEL];
359 int slots[BTRFS_MAX_LEVEL];
361 u8 locks[BTRFS_MAX_LEVEL];
362 u8 reada;
364 u8 lowest_level;
370 unsigned int search_for_split:1;
371 unsigned int keep_locks:1;
372 unsigned int skip_locking:1;
373 unsigned int leave_spinning:1;
[all …]
Dbackref.h15 struct btrfs_path *btrfs_path; member