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

/linux-master/fs/xfs/
H A Dxfs_log_recover.c1145 int hblks; local
1160 hblks = xlog_logrec_hblks(log, rhead);
1162 rhead_blk + hblks + BTOBB(be32_to_cpu(rhead->h_len)));
1166 umount_data_blk = xlog_wrap_logbno(log, rhead_blk + hblks);
2969 int hblks, split_hblks, wrapped_hblks; local
3025 hblks = xlog_logrec_hblks(log, rhead);
3026 if (hblks != 1) {
3028 hbp = xlog_alloc_buffer(log, hblks);
3032 hblks = 1;
3059 if (blk_no + hblks <
[all...]

Completed in 135 milliseconds