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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h335 int h_num_logops; /* number of log operations in this LR : 4 */ member in struct:xlog_rec_header
H A Dxfs_log.c1412 ops = iclog->ic_header.h_num_logops;
1413 INT_SET(iclog->ic_header.h_num_logops, ARCH_CONVERT, ops);
1577 iclog->ic_header.h_num_logops += record_cnt;
1973 (INT_GET(iclog->ic_header.h_num_logops, ARCH_CONVERT) == XLOG_COVER_OPS)) {
1983 iclog->ic_header.h_num_logops = 0;
3473 len = INT_GET(iclog->ic_header.h_num_logops, ARCH_CONVERT);
3688 if (iclog->ic_header.h_num_logops)
H A Dxfs_log_recover.c912 INT_GET(rhead->h_num_logops, ARCH_CONVERT) == 1) {
2896 num_logops = INT_GET(rhead->h_num_logops, ARCH_CONVERT);

Completed in 78 milliseconds