Home
last modified time | relevance | path

Searched refs:l_curr_block (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_log.c2423 xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block)); in xlog_state_get_iclog_space()
2424 ASSERT(log->l_curr_block >= 0); in xlog_state_get_iclog_space()
2872 log->l_prev_block = log->l_curr_block; in xlog_state_switch_iclogs()
2876 log->l_curr_block += BTOBB(eventual_size)+BTOBB(log->l_iclog_hsize); in xlog_state_switch_iclogs()
2882 log->l_curr_block = roundup(log->l_curr_block, sunit_bb); in xlog_state_switch_iclogs()
2885 if (log->l_curr_block >= log->l_logBBsize) { in xlog_state_switch_iclogs()
2889 log->l_curr_block -= log->l_logBBsize; in xlog_state_switch_iclogs()
2890 ASSERT(log->l_curr_block >= 0); in xlog_state_switch_iclogs()
Dxfs_log_priv.h507 int l_curr_block; /* current logical log block */ member
Dxfs_log_cil.c145 log->l_curr_block); in xlog_cil_init_post_recovery()
Dxfs_log_recover.c935 log->l_curr_block = (int)*head_blk; in xlog_find_tail()
942 BBTOB(log->l_curr_block)); in xlog_find_tail()
944 BBTOB(log->l_curr_block)); in xlog_find_tail()
1296 head_block = log->l_curr_block; in xlog_clear_stale_blocks()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_trace.h796 __entry->curr_block = log->l_curr_block;