Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_btree_mem.c273 bool tp_dirty = false; in xfbtree_trans_commit() local
285 tp_dirty |= true; in xfbtree_trans_commit()
309 (tp_dirty ? XFS_TRANS_DIRTY : 0); in xfbtree_trans_commit()
324 bool tp_dirty = false; in xfbtree_trans_cancel() local
331 tp_dirty |= true; in xfbtree_trans_cancel()
346 (tp_dirty ? XFS_TRANS_DIRTY : 0); in xfbtree_trans_cancel()