Home
last modified time | relevance | path

Searched refs:l_write_head (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
A Dxfs_log.c175 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()
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()
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()
[all …]
A Dxfs_log_priv.h440 struct xlog_grant_head l_write_head; member
A Dxfs_sysfs.c372 xlog_crack_grant_head(&log->l_write_head.grant, &cycle, &bytes); in write_grant_head_show()
A Dxfs_log_recover.c1225 xlog_assign_grant_head(&log->l_write_head.grant, log->l_curr_cycle, in xlog_set_state()
A Dxfs_trace.h1244 __entry->writeq = list_empty(&log->l_write_head.waiters);
1248 xlog_crack_grant_head(&log->l_write_head.grant,

Completed in 21 milliseconds