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

/linux-master/fs/xfs/
H A Dxfs_log.c992 ASSERT(iclog->ic_offset == 0);
1769 int size = iclog->ic_offset + roundoff;
2000 count_init = log->l_iclog_hsize + iclog->ic_offset;
2065 size = iclog->ic_offset;
2145 iclog->ic_offset += copy_bytes;
2473 * we don't update ic_offset until the end when we know exactly how many
2578 iclog->ic_offset = 0;
2927 log_offset = iclog->ic_offset;
2946 * bit is on, so this will get flushed out. Don't update ic_offset
2948 * until later to update ic_offset
[all...]
H A Dxfs_log_priv.h169 * - ic_offset is the current number of bytes written to in this iclog.
193 u32 ic_offset; member in struct:xlog_in_core
H A Dxfs_trace.h4467 __entry->offset = iclog->ic_offset;

Completed in 138 milliseconds