Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dctree.h86 struct btrfs_path { struct
88 int slots[BTRFS_MAX_LEVEL];
90 u8 locks[BTRFS_MAX_LEVEL];
91 u8 reada;
93 u8 lowest_level;
99 unsigned int search_for_split:1;
100 unsigned int keep_locks:1;
101 unsigned int skip_locking:1;
102 unsigned int search_commit_root:1;
103 unsigned int need_commit_sem:1;
[all …]
H A Dbackref.h139 struct btrfs_path *btrfs_path; member
/openbmc/u-boot/fs/btrfs/
H A Dctree.h265 struct btrfs_path { struct
279 void btrfs_free_path(struct btrfs_path *); argument