• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/

Lines Matching refs:rhead

786 	xlog_rec_header_t	*rhead;
857 rhead = (xlog_rec_header_t *)offset;
858 *tail_blk = BLOCK_LSN(INT_GET(rhead->h_tail_lsn, ARCH_CONVERT));
872 log->l_curr_cycle = INT_GET(rhead->h_cycle, ARCH_CONVERT);
875 log->l_tail_lsn = INT_GET(rhead->h_tail_lsn, ARCH_CONVERT);
876 log->l_last_sync_lsn = INT_GET(rhead->h_lsn, ARCH_CONVERT);
894 int h_size = INT_GET(rhead->h_size, ARCH_CONVERT);
895 int h_version = INT_GET(rhead->h_version, ARCH_CONVERT);
909 BTOBB(INT_GET(rhead->h_len, ARCH_CONVERT))) % log->l_logBBsize;
912 INT_GET(rhead->h_num_logops, ARCH_CONVERT) == 1) {
2882 xlog_rec_header_t *rhead,
2895 lp = dp + INT_GET(rhead->h_len, ARCH_CONVERT);
2896 num_logops = INT_GET(rhead->h_num_logops, ARCH_CONVERT);
2899 if (xlog_header_check_recover(log->l_mp, rhead))
2919 INT_GET(rhead->h_lsn, ARCH_CONVERT));
3374 xlog_rec_header_t *rhead,
3383 for (i=0; i < INT_GET(rhead->h_len, ARCH_CONVERT) >> 2; i++) {
3387 if (chksum != INT_GET(rhead->h_chksum, ARCH_CONVERT)) {
3388 if (rhead->h_chksum ||
3392 INT_GET(rhead->h_chksum, ARCH_CONVERT), chksum);
3404 #define xlog_unpack_data_checksum(rhead, dp, log)
3409 xlog_rec_header_t *rhead,
3416 for (i = 0; i < BTOBB(INT_GET(rhead->h_len, ARCH_CONVERT)) &&
3418 *(uint *)dp = *(uint *)&rhead->h_cycle_data[i];
3423 xhdr = (xlog_in_core_2_t *)rhead;
3424 for ( ; i < BTOBB(INT_GET(rhead->h_len, ARCH_CONVERT)); i++) {
3432 xlog_unpack_data_checksum(rhead, dp, log);
3438 xlog_rec_header_t *rhead,
3444 (INT_GET(rhead->h_magicno, ARCH_CONVERT) !=
3451 (!rhead->h_version ||
3452 (INT_GET(rhead->h_version, ARCH_CONVERT) &
3455 __FUNCTION__, INT_GET(rhead->h_version, ARCH_CONVERT));
3460 hlen = INT_GET(rhead->h_len, ARCH_CONVERT);
3489 xlog_rec_header_t *rhead;
3516 rhead = (xlog_rec_header_t *)offset;
3517 error = xlog_valid_rec_header(log, rhead, tail_blk);
3520 h_size = INT_GET(rhead->h_size, ARCH_CONVERT);
3521 if ((INT_GET(rhead->h_version, ARCH_CONVERT)
3553 rhead = (xlog_rec_header_t *)offset;
3554 error = xlog_valid_rec_header(log, rhead, blk_no);
3559 bblks = (int)BTOBB(INT_GET(rhead->h_len, ARCH_CONVERT));
3564 xlog_unpack_data(rhead, offset, log);
3566 rhash, rhead, offset, pass)))
3628 rhead = (xlog_rec_header_t *)offset;
3629 error = xlog_valid_rec_header(log, rhead,
3634 bblks = (int)BTOBB(INT_GET(rhead->h_len, ARCH_CONVERT));
3686 xlog_unpack_data(rhead, offset, log);
3688 rhead, offset, pass)))
3701 rhead = (xlog_rec_header_t *)offset;
3702 error = xlog_valid_rec_header(log, rhead, blk_no);
3705 bblks = (int)BTOBB(INT_GET(rhead->h_len, ARCH_CONVERT));
3709 xlog_unpack_data(rhead, offset, log);
3711 rhead, offset, pass)))