Searched refs:l_reserve_head (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_log.c | 466 error = xlog_grant_head_check(log, &log->l_reserve_head, tic, in xfs_log_reserve() 471 xlog_grant_add_space(log, &log->l_reserve_head.grant, need_bytes); in xfs_log_reserve() 1066 if (!list_empty_careful(&log->l_reserve_head.waiters)) { in xfs_log_space_wake() 1069 spin_lock(&log->l_reserve_head.lock); in xfs_log_space_wake() 1070 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xfs_log_space_wake() 1071 xlog_grant_head_wake(log, &log->l_reserve_head, &free_bytes); in xfs_log_space_wake() 1072 spin_unlock(&log->l_reserve_head.lock); in xfs_log_space_wake() 1388 xlog_grant_head_init(&log->l_reserve_head); in xlog_alloc_log() 1559 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xlog_grant_push_ail() 1873 xlog_grant_add_space(log, &log->l_reserve_head.grant, roundoff); in xlog_sync() [all …]
|
| D | xfs_log_priv.h | 394 struct xlog_grant_head l_reserve_head; member
|
| D | xfs_sysfs.c | 357 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes); in reserve_grant_head_show()
|
| D | xfs_trace.h | 957 __entry->reserveq = list_empty(&log->l_reserve_head.waiters); 959 xlog_crack_grant_head(&log->l_reserve_head.grant,
|
| D | xfs_log_recover.c | 1283 xlog_assign_grant_head(&log->l_reserve_head.grant, log->l_curr_cycle, in xlog_set_state()
|