Home
last modified time | relevance | path

Searched refs:ic_next (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c895 } while ((iclog = iclog->ic_next) != log->l_iclog); in xfs_log_unmount_verify_iclog()
1428 iclogp = &iclog->ic_next; in xlog_alloc_log()
1448 prev_iclog = iclog->ic_next; in xlog_alloc_log()
1938 iclog = iclog->ic_next; in xlog_dealloc_log()
1943 next_iclog = iclog->ic_next; in xlog_dealloc_log()
2547 } while ((iclog = iclog->ic_next) != log->l_iclog); in xlog_state_activate_iclogs()
2613 } while ((iclog = iclog->ic_next) != log->l_iclog); in xlog_get_lowest_lsn()
2782 iclog = iclog->ic_next; in xlog_state_do_callback()
2796 iclog = iclog->ic_next; in xlog_state_do_callback()
3109 log->l_iclog = iclog->ic_next; in xlog_state_switch_iclogs()
[all...]
H A Dxfs_log_priv.h175 * - ic_next is the pointer to the next iclog in the ring.
198 struct xlog_in_core *ic_next; member
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c543 } while ((iclog = iclog->ic_next) != log->l_iclog); in xlog_state_shutdown_callbacks()
870 iclog = iclog->ic_next; in xlog_wait_iclog_completion()
993 } while ((iclog = iclog->ic_next) != log->l_iclog); in xfs_log_unmount_verify_iclog()
1641 iclogp = &iclog->ic_next; in xlog_alloc_log()
1662 prev_iclog = iclog->ic_next; in xlog_alloc_log()
2119 next_iclog = iclog->ic_next; in xlog_dealloc_log()
2604 } while ((iclog = iclog->ic_next) != log->l_iclog); in xlog_state_activate_iclogs()
2676 } while ((iclog = iclog->ic_next) != log->l_iclog); in xlog_get_lowest_lsn()
2788 iclog = iclog->ic_next;
2801 iclog = iclog->ic_next;
[all...]
H A Dxfs_log_priv.h166 * - ic_next is the pointer to the next iclog in the ring.
189 struct xlog_in_core *ic_next; member

Completed in 11 milliseconds