Searched refs:l_write_head (Results 1 – 4 of 4) sorted by relevance
117 xlog_grant_sub_space(&log->l_write_head, diff); in xlog_grant_return_space()161 if (head == &log->l_write_head) { in xlog_ticket_reservation()337 error = xlog_grant_head_check(log, &log->l_write_head, tic, in xfs_log_regrant()342 xlog_grant_add_space(&log->l_write_head, need_bytes); in xfs_log_regrant()393 xlog_grant_add_space(&log->l_write_head, need_bytes); in xfs_log_reserve()1055 if (!list_empty_careful(&log->l_write_head.waiters)) { in xfs_log_space_wake()1058 spin_lock(&log->l_write_head.lock); in xfs_log_space_wake()1059 free_bytes = xlog_grant_space_left(log, &log->l_write_head); in xfs_log_space_wake()1060 xlog_grant_head_wake(log, &log->l_write_head, &free_bytes); in xfs_log_space_wake()1061 spin_unlock(&log->l_write_head.lock); in xfs_log_space_wake()[all …]
456 struct xlog_grant_head l_write_head; member
451 atomic64_read(&to_xlog(kobject)->l_write_head.grant)); in write_grant_head_bytes_show()
1553 __entry->writeq = list_empty(&log->l_write_head.waiters);1558 atomic64_read(&log->l_write_head.grant);