Home
last modified time | relevance | path

Searched refs:TRANSACTION_NODE_ALREADY_LOCKED (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.h25 TRANSACTION_NODE_ALREADY_LOCKED = 0x02, enumerator
H A DTransaction.cpp211 if ((flags & TRANSACTION_NODE_ALREADY_LOCKED) == 0) in AddNode()
H A DFile.cpp239 TRANSACTION_NODE_ALREADY_LOCKED | TRANSACTION_KEEP_NODE_LOCKED); in Write()