Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbtree_io.h141 #define BTREE_WRITE_ONLY_IF_NEED BIT(__BTREE_WRITE_ONLY_IF_NEED) macro
151 bch2_btree_node_write(c, b, lock_held, BTREE_WRITE_ONLY_IF_NEED); in btree_node_write_if_need()
Dbtree_io.c2000 if ((flags & BTREE_WRITE_ONLY_IF_NEED) && in __bch2_btree_node_write()
2016 if (flags & BTREE_WRITE_ONLY_IF_NEED) in __bch2_btree_node_write()