Searched refs:l_reserve_head (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log.c | 463 error = xlog_grant_head_check(log, &log->l_reserve_head, tic, in xfs_log_reserve() 468 xlog_grant_add_space(log, &log->l_reserve_head.grant, need_bytes); in xfs_log_reserve() 1028 if (!list_empty_careful(&log->l_reserve_head.waiters)) { in xfs_log_space_wake() 1031 spin_lock(&log->l_reserve_head.lock); in xfs_log_space_wake() 1032 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xfs_log_space_wake() 1033 xlog_grant_head_wake(log, &log->l_reserve_head, &free_bytes); in xfs_log_space_wake() 1034 spin_unlock(&log->l_reserve_head.lock); in xfs_log_space_wake() 1341 xlog_grant_head_init(&log->l_reserve_head); in xlog_alloc_log() 1514 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xlog_grant_push_threshold() 1858 xlog_grant_add_space(log, &log->l_reserve_head in xlog_sync() [all...] |
H A D | xfs_log_priv.h | 428 struct xlog_grant_head l_reserve_head; member
|
H A D | xfs_sysfs.c | 357 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes); in reserve_grant_head_show()
|
H A D | xfs_trace.h | 1104 __entry->reserveq = list_empty(&log->l_reserve_head.waiters); 1106 xlog_crack_grant_head(&log->l_reserve_head.grant,
|
H A D | xfs_log_recover.c | 1222 xlog_assign_grant_head(&log->l_reserve_head.grant, log->l_curr_cycle, in xlog_set_state()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log.c | 486 error = xlog_grant_head_check(log, &log->l_reserve_head, tic, in xfs_log_reserve() 491 xlog_grant_add_space(log, &log->l_reserve_head.grant, need_bytes); in xfs_log_reserve() 1157 if (!list_empty_careful(&log->l_reserve_head.waiters)) { in xfs_log_space_wake() 1160 spin_lock(&log->l_reserve_head.lock); in xfs_log_space_wake() 1161 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xfs_log_space_wake() 1162 xlog_grant_head_wake(log, &log->l_reserve_head, &free_bytes); in xfs_log_space_wake() 1163 spin_unlock(&log->l_reserve_head.lock); in xfs_log_space_wake() 1557 xlog_grant_head_init(&log->l_reserve_head); in xlog_alloc_log() 1696 free_bytes = xlog_space_left(log, &log->l_reserve_head.grant); in xlog_grant_push_threshold() 2055 xlog_grant_add_space(log, &log->l_reserve_head in xlog_sync() [all...] |
H A D | xfs_log_priv.h | 443 struct xlog_grant_head l_reserve_head; member
|
H A D | xfs_sysfs.c | 385 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes); in reserve_grant_head_show()
|
H A D | xfs_log_recover.c | 1216 xlog_assign_grant_head(&log->l_reserve_head.grant, log->l_curr_cycle, in xlog_set_state()
|
H A D | xfs_trace.h | 1236 __entry->reserveq = list_empty(&log->l_reserve_head.waiters); 1238 xlog_crack_grant_head(&log->l_reserve_head.grant,
|
Completed in 27 milliseconds