Searched refs:l_write_head (Results 1 – 4 of 4) sorted by relevance
166 xlog_grant_sub_space(&log->l_write_head, diff); in xlog_grant_return_space()210 if (head == &log->l_write_head) { in xlog_ticket_reservation()386 error = xlog_grant_head_check(log, &log->l_write_head, tic, in xfs_log_regrant()391 xlog_grant_add_space(&log->l_write_head, need_bytes); in xfs_log_regrant()442 xlog_grant_add_space(&log->l_write_head, need_bytes); in xfs_log_reserve()1096 if (!list_empty_careful(&log->l_write_head.waiters)) { in xfs_log_space_wake()1099 spin_lock(&log->l_write_head.lock); in xfs_log_space_wake()1100 free_bytes = xlog_grant_space_left(log, &log->l_write_head); in xfs_log_space_wake()1101 xlog_grant_head_wake(log, &log->l_write_head, &free_bytes); in xfs_log_space_wake()1102 spin_unlock(&log->l_write_head.lock); in xfs_log_space_wake()[all …]
442 struct xlog_grant_head l_write_head; member
450 atomic64_read(&to_xlog(kobject)->l_write_head.grant)); in write_grant_head_bytes_show()
1252 __entry->writeq = list_empty(&log->l_write_head.waiters);1257 atomic64_read(&log->l_write_head.grant);