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

/linux-master/fs/xfs/
H A Dxfs_log.c486 error = xlog_grant_head_check(log, &log->l_reserve_head, tic,
491 xlog_grant_add_space(log, &log->l_reserve_head.grant, need_bytes);
1157 if (!list_empty_careful(&log->l_reserve_head.waiters)) {
1160 spin_lock(&log->l_reserve_head.lock);
1161 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant);
1162 xlog_grant_head_wake(log, &log->l_reserve_head, &free_bytes);
1163 spin_unlock(&log->l_reserve_head.lock);
1558 xlog_grant_head_init(&log->l_reserve_head);
1698 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant);
2057 xlog_grant_add_space(log, &log->l_reserve_head
[all...]
H A Dxfs_log_priv.h444 struct xlog_grant_head l_reserve_head; member in struct:xlog
H A Dxfs_sysfs.c444 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes);
H A Dxfs_log_recover.c1216 xlog_assign_grant_head(&log->l_reserve_head.grant, log->l_curr_cycle,
H A Dxfs_trace.h1243 __entry->reserveq = list_empty(&log->l_reserve_head.waiters);
1245 xlog_crack_grant_head(&log->l_reserve_head.grant,

Completed in 172 milliseconds