Home
last modified time | relevance | path

Searched refs:h_size (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c596 uint h_size = be32_to_cpu(head->h_size); in xlog_find_verify_log_record() local
598 xhdrs = h_size / XLOG_HEADER_CYCLE_SIZE; in xlog_find_verify_log_record()
599 if (h_size % XLOG_HEADER_CYCLE_SIZE) in xlog_find_verify_log_record()
1235 be32_to_cpu((*rhead)->h_size)); in xlog_verify_head()
1291 int h_size = be32_to_cpu(rhead->h_size); in xlog_check_unmount_rec() local
1295 (h_size > XLOG_HEADER_CYCLE_SIZE)) { in xlog_check_unmount_rec()
1296 hblks = h_size / XLOG_HEADER_CYCLE_SIZE; in xlog_check_unmount_rec()
1297 if (h_size % XLOG_HEADER_CYCLE_SIZE) in xlog_check_unmount_rec()
5315 int error = 0, h_size, h_len; in xlog_do_recovery_pass() local
5363 h_size = be32_to_cpu(rhead->h_size); in xlog_do_recovery_pass()
[all …]
Dxfs_log.c1549 head->h_size = cpu_to_be32(log->l_iclog_size); in xlog_alloc_log()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h176 __be32 h_size; /* iclog size : 4 */ member