Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log_recover.c1145 int hblks; in xlog_check_unmount_rec() local
1160 hblks = xlog_logrec_hblks(log, rhead); in xlog_check_unmount_rec()
1162 rhead_blk + hblks + BTOBB(be32_to_cpu(rhead->h_len))); in xlog_check_unmount_rec()
1166 umount_data_blk = xlog_wrap_logbno(log, rhead_blk + hblks); in xlog_check_unmount_rec()
2971 int hblks = 1, split_hblks, wrapped_hblks; in xlog_do_recovery_pass() local
3035 hblks = DIV_ROUND_UP(h_size, XLOG_HEADER_CYCLE_SIZE); in xlog_do_recovery_pass()
3036 if (hblks > 1) { in xlog_do_recovery_pass()
3038 hbp = xlog_alloc_buffer(log, hblks); in xlog_do_recovery_pass()
3069 if (blk_no + hblks <= log->l_logBBsize) { in xlog_do_recovery_pass()
3071 error = xlog_bread(log, blk_no, hblks, hbp, in xlog_do_recovery_pass()
[all …]
/openbmc/u-boot/include/
H A Dmalloc.h600 int hblks; /* number of mmapped regions */ member
/openbmc/u-boot/common/
H A Ddlmalloc.c2292 current_mallinfo.hblks = n_mmaps; in malloc_update_mallinfo()
H A Ddlmalloc.src597 int hblks; /* number of mmapped regions */
3070 current_mallinfo.hblks = n_mmaps;