Searched refs:l_write_head (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_log.c | 220 if (head == &log->l_write_head) { in xlog_ticket_reservation() 402 error = xlog_grant_head_check(log, &log->l_write_head, tic, in xfs_log_regrant() 407 xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes); in xfs_log_regrant() 473 xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes); in xfs_log_reserve() 1006 if (!list_empty_careful(&log->l_write_head.waiters)) { in xfs_log_space_wake() 1009 spin_lock(&log->l_write_head.lock); in xfs_log_space_wake() 1010 free_bytes = xlog_space_left(log, &log->l_write_head.grant); in xfs_log_space_wake() 1011 xlog_grant_head_wake(log, &log->l_write_head, &free_bytes); in xfs_log_space_wake() 1012 spin_unlock(&log->l_write_head.lock); in xfs_log_space_wake() 1377 xlog_grant_head_init(&log->l_write_head); in xlog_alloc_log() [all …]
|
D | xfs_sysfs.c | 253 xlog_crack_grant_head(&log->l_write_head.grant, &cycle, &bytes); in write_grant_head_show()
|
D | xfs_log_priv.h | 406 struct xlog_grant_head l_write_head; member
|
D | xfs_trace.h | 972 __entry->writeq = list_empty(&log->l_write_head.waiters); 976 xlog_crack_grant_head(&log->l_write_head.grant,
|
D | xfs_log_recover.c | 988 xlog_assign_grant_head(&log->l_write_head.grant, log->l_curr_cycle, in xlog_find_tail()
|