Searched refs:XFS_BSTATE_DISPOSE (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_buf.h83 #define XFS_BSTATE_DISPOSE (1 << 0) /* buffer being discarded */ macro
H A Dxfs_buf.c177 if (!(bp->b_state & XFS_BSTATE_DISPOSE) &&
1104 bp->b_state &= ~XFS_BSTATE_DISPOSE;
1112 * XFS_BSTATE_DISPOSE flag indicating the last list the buffer
1115 if (!(bp->b_state & XFS_BSTATE_DISPOSE)) {
1877 bp->b_state |= XFS_BSTATE_DISPOSE;
1978 bp->b_state |= XFS_BSTATE_DISPOSE;

Completed in 215 milliseconds