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

/linux-master/fs/xfs/
H A Dxfs_log.c226 if (head == &log->l_write_head) {
430 error = xlog_grant_head_check(log, &log->l_write_head, tic,
435 xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes);
492 xlog_grant_add_space(log, &log->l_write_head.grant, need_bytes);
1148 if (!list_empty_careful(&log->l_write_head.waiters)) {
1151 spin_lock(&log->l_write_head.lock);
1152 free_bytes = xlog_space_left(log, &log->l_write_head.grant);
1153 xlog_grant_head_wake(log, &log->l_write_head, &free_bytes);
1154 spin_unlock(&log->l_write_head.lock);
1559 xlog_grant_head_init(&log->l_write_head);
[all...]
H A Dxfs_log_priv.h445 struct xlog_grant_head l_write_head; member in struct:xlog
H A Dxfs_sysfs.c458 xlog_crack_grant_head(&log->l_write_head.grant, &cycle, &bytes);
H A Dxfs_log_recover.c1218 xlog_assign_grant_head(&log->l_write_head.grant, log->l_curr_cycle,
H 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 128 milliseconds