Searched refs:XFS_BLI_HOLD (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_buf_item.h64 #define XFS_BLI_HOLD 0x01 macro
H A Dxfs_trans_buf.c597 if (bip->bli_flags & XFS_BLI_HOLD) {
598 bip->bli_flags &= ~XFS_BLI_HOLD;
705 bip->bli_flags |= XFS_BLI_HOLD;
727 ASSERT(bip->bli_flags & XFS_BLI_HOLD);
728 bip->bli_flags &= ~XFS_BLI_HOLD;
H A Dxfs_buf_item.c513 * If the XFS_BLI_HOLD flag is set in the buf log item, then
516 * XFS_BLI_HOLD field is cleared if we don't free the item.
576 hold = bip->bli_flags & XFS_BLI_HOLD;
581 * Otherwise, if XFS_BLI_HOLD is set clear it.
587 bip->bli_flags &= ~XFS_BLI_HOLD;
591 * Release the buffer if XFS_BLI_HOLD was not set.

Completed in 48 milliseconds