Home
last modified time | relevance | path

Searched refs:BTREE_IS_data (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbcachefs_format.h1311 BTREE_IS_data = BIT(3), enumerator
1319 BTREE_IS_data, \
1356 BTREE_IS_data, \
H A Dbtree_types.h837 #define x(name, nr, flags, ...) |((!!((flags) & BTREE_IS_data)) << nr) in btree_type_has_ptrs()