Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_log_format.h164 __be32 h_num_logops; /* number of log operations in this LR : 4 */ member
/linux-4.4.14/fs/xfs/
Dxfs_log.c1970 be32_add_cpu(&iclog->ic_header.h_num_logops, record_cnt); in xlog_state_finish_copy()
2531 (be32_to_cpu(iclog->ic_header.h_num_logops) == in xlog_state_clean_log()
2542 iclog->ic_header.h_num_logops = 0; in xlog_state_clean_log()
3836 len = be32_to_cpu(iclog->ic_header.h_num_logops); in xlog_verify_iclog()
4036 if (iclog->ic_header.h_num_logops) in xlog_iclogs_empty()
Dxfs_log_recover.c1021 be32_to_cpu(rhead->h_num_logops) == 1) { in xlog_find_tail()
3755 num_logops = be32_to_cpu(rhead->h_num_logops); in xlog_recover_process_data()