Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_trans.c66 tp->t_flags |= XFS_TRANS_FREEZE_PROT; in xfs_trans_alloc()
102 if (tp->t_flags & XFS_TRANS_FREEZE_PROT) in xfs_trans_free()
138 (tp->t_flags & XFS_TRANS_FREEZE_PROT); in xfs_trans_dup()
140 tp->t_flags &= ~XFS_TRANS_FREEZE_PROT; in xfs_trans_dup()
Dxfs_iomap.c852 tp->t_flags |= XFS_TRANS_RESERVE | XFS_TRANS_FREEZE_PROT; in xfs_iomap_write_unwritten()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_shared.h183 #define XFS_TRANS_FREEZE_PROT 0x40 /* Transaction has elevated writer macro