Lines Matching refs:l_write_head
175 if (head == &log->l_write_head) { in xlog_ticket_reservation()
405 error = xlog_grant_head_check(log, &log->l_write_head, tic, in xfs_log_regrant()
410 xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes); in xfs_log_regrant()
470 xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes); in xfs_log_reserve()
1130 if (!list_empty_careful(&log->l_write_head.waiters)) { in xfs_log_space_wake()
1133 spin_lock(&log->l_write_head.lock); in xfs_log_space_wake()
1134 free_bytes = xlog_space_left(log, &log->l_write_head.grant); in xfs_log_space_wake()
1135 xlog_grant_head_wake(log, &log->l_write_head, &free_bytes); in xfs_log_space_wake()
1136 spin_unlock(&log->l_write_head.lock); in xfs_log_space_wake()
1540 xlog_grant_head_init(&log->l_write_head); in xlog_alloc_log()
2024 xlog_grant_add_space(log, &log->l_write_head.grant, roundoff); in xlog_sync()
3104 xlog_grant_sub_space(log, &log->l_write_head.grant, in xfs_log_ticket_regrant()
3163 xlog_grant_sub_space(log, &log->l_write_head.grant, bytes); in xfs_log_ticket_ungrant()
3677 xlog_crack_grant_head(&log->l_write_head.grant, &cycle, &space); in xlog_verify_grant_tail()
3895 xlog_grant_head_wake_all(&log->l_write_head); in xlog_force_shutdown()