Searched refs:XFS_BLF_CANCEL (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_trans_buf.c78 ASSERT(!(bip->__bli_format.blf_flags & XFS_BLF_CANCEL));
453 ASSERT(!(bip->__bli_format.blf_flags & XFS_BLF_CANCEL));
474 ASSERT(!(bip->__bli_format.blf_flags & XFS_BLF_CANCEL));
515 bip->__bli_format.blf_flags &= ~XFS_BLF_CANCEL;
566 * We also set the XFS_BLF_CANCEL flag in the buf log format structure and log
603 ASSERT(bip->__bli_format.blf_flags & XFS_BLF_CANCEL);
614 bip->__bli_format.blf_flags |= XFS_BLF_CANCEL;
H A Dxfs_buf_item.c207 ASSERT(bip->__bli_format.blf_flags & XFS_BLF_CANCEL);
312 ASSERT(blfp->blf_flags & XFS_BLF_CANCEL);
538 ASSERT(bip->__bli_format.blf_flags & XFS_BLF_CANCEL);
722 ASSERT(!stale || (bip->__bli_format.blf_flags & XFS_BLF_CANCEL));
H A Dxfs_buf_item_recover.c143 * 1. XFS_BLF_CANCEL buffers must be processed last because some log items
159 if (buf_f->blf_flags & XFS_BLF_CANCEL)
193 if (!(bf->blf_flags & XFS_BLF_CANCEL))
870 * with the XFS_BLF_CANCEL bit set to indicate that previous copies
901 if (buf_f->blf_flags & XFS_BLF_CANCEL) {
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h501 #define XFS_BLF_CANCEL (1<<1) macro

Completed in 136 milliseconds