Searched refs:head_blk (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c521 xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; local
555 last_blk = head_blk = log_bbnum - 1; /* get cycle # of last block */
565 * case, head_blk can't be set to zero (which makes sense). The below
566 * math doesn't work out properly with head_blk equal to zero. Instead,
568 * value makes the math correct. If head_blk doesn't changed through
569 * all the tests below, *head_blk is set to zero at the very end rather
599 head_blk = log_bbnum;
624 &head_blk, last_half_cycle)))
636 if (head_blk >= num_scan_bblks) {
641 start_blk = head_blk
781 xlog_find_tail( xlog_t *log, xfs_daddr_t *head_blk, xfs_daddr_t *tail_blk) argument
3483 xlog_do_recovery_pass( xlog_t *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk, int pass) argument
3738 xlog_do_log_recovery( xlog_t *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk) argument
3789 xlog_do_recover( xlog_t *log, xfs_daddr_t head_blk, xfs_daddr_t tail_blk) argument
3868 xfs_daddr_t head_blk, tail_blk; local
[all...]
H A Dxfs_log_priv.h488 xfs_daddr_t *head_blk,

Completed in 57 milliseconds