Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/
Dxfs_log.c2138 be32_add_cpu(&iclog->ic_header.h_num_logops, record_cnt); in xlog_state_finish_copy()
2562 iclog->ic_header.h_num_logops == cpu_to_be32(XLOG_COVER_OPS)) { in xlog_state_activate_iclog()
2574 iclog->ic_header.h_num_logops = 0; in xlog_state_activate_iclog()
3646 len = be32_to_cpu(iclog->ic_header.h_num_logops); in xlog_verify_iclog()
3816 if (iclog->ic_header.h_num_logops) in xlog_iclogs_empty()
Dxfs_log_recover.c1165 be32_to_cpu(rhead->h_num_logops) == 1) { in xlog_check_unmount_rec()
2431 num_logops = be32_to_cpu(rhead->h_num_logops); in xlog_recover_process_data()
2989 rhead->h_num_logops == cpu_to_be32(1)) { in xlog_do_recovery_pass()
Dxfs_trace.h2227 __entry->num_logops = be32_to_cpu(rhead->h_num_logops);
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_log_format.h172 __be32 h_num_logops; /* number of log operations in this LR : 4 */ member