Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c894 ASSERT(iclog->ic_offset == 0); in xfs_log_unmount_verify_iclog()
1585 int size = iclog->ic_offset + roundoff; in xlog_pack_data()
1799 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
1865 size = iclog->ic_offset; in xlog_sync()
1967 iclog->ic_offset += copy_bytes; in xlog_state_finish_copy()
2313 * we don't update ic_offset until the end when we know exactly how many
2520 iclog->ic_offset = 0; in xlog_state_activate_iclog()
2908 log_offset = iclog->ic_offset; in xlog_state_get_iclog_space()
2928 * bit is on, so this will get flushed out. Don't update ic_offset in xlog_state_get_iclog_space()
2930 * until later to update ic_offset in xlog_state_get_iclog_space()
[all...]
H A Dxfs_log_priv.h178 * - ic_offset is the current number of bytes written to in this iclog.
202 u32 ic_offset; member
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c992 ASSERT(iclog->ic_offset == 0); in xfs_log_unmount_verify_iclog()
1767 int size = iclog->ic_offset + roundoff; in xlog_pack_data()
1998 count_init = log->l_iclog_hsize + iclog->ic_offset; in xlog_calc_iclog_size()
2063 size = iclog->ic_offset; in xlog_sync()
2143 iclog->ic_offset += copy_bytes; in xlog_state_finish_copy()
2471 * we don't update ic_offset until the end when we know exactly how many
2576 iclog->ic_offset = 0; in xlog_state_activate_iclog()
2925 log_offset = iclog->ic_offset; in xlog_state_get_iclog_space()
2944 * bit is on, so this will get flushed out. Don't update ic_offset in xlog_state_get_iclog_space()
2946 * 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.h4315 __entry->offset = iclog->ic_offset;

Completed in 15 milliseconds