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

/linux-master/fs/xfs/
H A Dxfs_log_recover.c1492 int tail_block)
1502 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block));
1514 int tail_block)
1575 tail_cycle, tail_block);
1612 int tail_block, head_block; local
1618 tail_block = BLOCK_LSN(tail_lsn);
1637 head_block < tail_block ||
1640 tail_distance = tail_block + (log->l_logBBsize - head_block);
1648 head_block >= tail_block ||
1651 tail_distance = tail_block
1486 xlog_add_record( struct xlog *log, char *buf, int cycle, int block, int tail_cycle, int tail_block) argument
1508 xlog_write_log_records( struct xlog *log, int cycle, int start_block, int blocks, int tail_cycle, int tail_block) argument
[all...]
/linux-master/fs/jbd2/
H A Djournal.c1850 * @tail_block: The first block of the transaction at the tail of the log
1857 unsigned long tail_block,
1872 tail_block, tail_tid);
1876 sb->s_start = cpu_to_be32(tail_block);
1856 jbd2_journal_update_sb_log_tail(journal_t *journal, tid_t tail_tid, unsigned long tail_block, blk_opf_t write_flags) argument
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.c2479 tail_block_offset_t tail_block = ((last_commit_point == 0) ? local
2485 vdo_submit_metadata_vio(vio, slab->journal_origin + tail_block,

Completed in 163 milliseconds