XBF_DONE 439 fs/xfs/linux-2.6/xfs_buf.c bp->b_flags |= XBF_DONE; XBF_DONE 1025 fs/xfs/linux-2.6/xfs_buf.c bp->b_flags |= XBF_DONE; XBF_DONE 298 fs/xfs/linux-2.6/xfs_buf.h #define XFS_BUF_DONE(bp) ((bp)->b_flags |= XBF_DONE) XBF_DONE 299 fs/xfs/linux-2.6/xfs_buf.h #define XFS_BUF_UNDONE(bp) ((bp)->b_flags &= ~XBF_DONE) XBF_DONE 300 fs/xfs/linux-2.6/xfs_buf.h #define XFS_BUF_ISDONE(bp) ((bp)->b_flags & XBF_DONE)