Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.c941 ASSERT(iclog->ic_offset == 0); in xfs_log_unmount_verify_iclog()
1529 int size = iclog->ic_offset + roundoff; in xlog_pack_data()
1740 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
1805 size = iclog->ic_offset; in xlog_sync()
1885 iclog->ic_offset += copy_bytes; in xlog_state_finish_copy()
2213 * we don't update ic_offset until the end when we know exactly how many
2318 iclog->ic_offset = 0; in xlog_state_activate_iclog()
2636 log_offset = iclog->ic_offset; in xlog_state_get_iclog_space()
2655 * bit is on, so this will get flushed out. Don't update ic_offset in xlog_state_get_iclog_space()
2657 * until later to update ic_offset in xlog_state_get_iclog_space()
[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
H A Dxfs_trace.h4935 __entry->offset = iclog->ic_offset;