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()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()1099 spin_lock(&log->l_write_head.lock); in xfs_log_space_wake()1102 spin_unlock(&log->l_write_head.lock); in xfs_log_space_wake()1403 xlog_grant_head_init(&log->l_write_head); in xlog_alloc_log()1817 xlog_grant_add_space(&log->l_write_head, roundoff); in xlog_sync()2793 xlog_grant_sub_space(&log->l_write_head, bytes); in xfs_log_ticket_ungrant()3280 atomic64_read(&log->l_write_head.grant), in xlog_verify_dump_tail()[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);
Completed in 20 milliseconds