Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_log.c1982 be32_add_cpu(&iclog->ic_header.h_num_logops, record_cnt); in xlog_state_finish_copy()
2570 (be32_to_cpu(iclog->ic_header.h_num_logops) == in xlog_state_clean_iclog()
2581 iclog->ic_header.h_num_logops = 0; in xlog_state_clean_iclog()
3837 len = be32_to_cpu(iclog->ic_header.h_num_logops); in xlog_verify_iclog()
4039 if (iclog->ic_header.h_num_logops) in xlog_iclogs_empty()
Dxfs_log_recover.c1232 be32_to_cpu(rhead->h_num_logops) == 1) { in xlog_check_unmount_rec()
4541 num_logops = be32_to_cpu(rhead->h_num_logops); in xlog_recover_process_data()
5294 be32_to_cpu(rhead->h_num_logops) == 1) { in xlog_do_recovery_pass()
Dxfs_trace.h1981 __entry->num_logops = be32_to_cpu(rhead->h_num_logops);
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_log_format.h171 __be32 h_num_logops; /* number of log operations in this LR : 4 */ member