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.c272 bool tp_dirty = false; in xfbtree_trans_commit() local
284 tp_dirty |= true; in xfbtree_trans_commit()
308 (tp_dirty ? XFS_TRANS_DIRTY : 0); in xfbtree_trans_commit()
323 bool tp_dirty = false; in xfbtree_trans_cancel() local
330 tp_dirty |= true; in xfbtree_trans_cancel()
345 (tp_dirty ? XFS_TRANS_DIRTY : 0); in xfbtree_trans_cancel()