Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_btree_mem.c274 bool tp_dirty = false; in xfbtree_trans_commit() local
286 tp_dirty |= true; in xfbtree_trans_commit()
310 (tp_dirty ? XFS_TRANS_DIRTY : 0); in xfbtree_trans_commit()
325 bool tp_dirty = false; in xfbtree_trans_cancel() local
332 tp_dirty |= true; in xfbtree_trans_cancel()
347 (tp_dirty ? XFS_TRANS_DIRTY : 0); in xfbtree_trans_cancel()