BLOCK_LSN         162 fs/xfs/xfs_log.c 		     (void *)((unsigned long)BLOCK_LSN(log->l_tail_lsn)),
BLOCK_LSN         983 fs/xfs/xfs_log.c 	tail_bytes = BBTOB(BLOCK_LSN(log->l_tail_lsn));
BLOCK_LSN        1393 fs/xfs/xfs_log.c 	threshold_block = BLOCK_LSN(tail_lsn) + free_threshold;
BLOCK_LSN        1500 fs/xfs/xfs_log.c 	XFS_BUF_SET_ADDR(bp, BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn)));
BLOCK_LSN        2579 fs/xfs/xfs_log.c 		ASSERT(log->l_grant_write_bytes <= BBTOB(BLOCK_LSN(tail_lsn)));
BLOCK_LSN        2713 fs/xfs/xfs_log.c 		ASSERT(log->l_grant_write_bytes <= BBTOB(BLOCK_LSN(tail_lsn)));
BLOCK_LSN        3348 fs/xfs/xfs_log.c 	    log->l_logBBsize - (log->l_prev_block - BLOCK_LSN(tail_lsn));
BLOCK_LSN        3354 fs/xfs/xfs_log.c 	if (BLOCK_LSN(tail_lsn) == log->l_prev_block)
BLOCK_LSN        3357 fs/xfs/xfs_log.c 	blocks = BLOCK_LSN(tail_lsn) - log->l_prev_block;
BLOCK_LSN          39 fs/xfs/xfs_log.h 	if (BLOCK_LSN(lsn1) != BLOCK_LSN(lsn2))
BLOCK_LSN          40 fs/xfs/xfs_log.h 		return (BLOCK_LSN(lsn1)<BLOCK_LSN(lsn2))? -999 : 999;
BLOCK_LSN         858 fs/xfs/xfs_log_recover.c 	*tail_blk = BLOCK_LSN(be64_to_cpu(rhead->h_tail_lsn));
BLOCK_LSN        1219 fs/xfs/xfs_log_recover.c 	tail_block = BLOCK_LSN(tail_lsn);