Searched refs:ic_offset (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.h361 * - ic_offset is the current number of bytes written to in this iclog.
378 int ic_offset; member in struct:xlog_iclog_fields
409 #define ic_offset hic_fields.ic_offset macro
H A Dxfs_log.c610 ASSERT(iclog->ic_offset == 0);
1377 count_init = log->l_iclog_hsize + iclog->ic_offset;
1406 iclog->ic_offset + roundoff);
1408 INT_SET(iclog->ic_header.h_len, ARCH_CONVERT, iclog->ic_offset);
1578 iclog->ic_offset += copy_bytes;
1730 * we don't update ic_offset until the end when we know exactly how many
1962 iclog->ic_offset = 0;
2373 log_offset = iclog->ic_offset;
2392 * bit is on, so this will get flushed out. Don't update ic_offset
2394 * until later to update ic_offset
[all...]
H A Dxfs_log_recover.c3338 int size = iclog->ic_offset + roundoff;

Completed in 91 milliseconds