Searched refs:xlog_assign_grant_head_val (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log_priv.h | 532 xlog_assign_grant_head_val(int cycle, int space) in xlog_assign_grant_head_val() function 540 atomic64_set(head, xlog_assign_grant_head_val(cycle, space)); in xlog_assign_grant_head()
|
H A D | xfs_log.c | 115 new = xlog_assign_grant_head_val(cycle, space); in xlog_grant_sub_space() 144 new = xlog_assign_grant_head_val(cycle, space); in xlog_grant_add_space()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log_priv.h | 569 xlog_assign_grant_head_val(int cycle, int space) in xlog_assign_grant_head_val() function 577 atomic64_set(head, xlog_assign_grant_head_val(cycle, space)); in xlog_assign_grant_head()
|
H A D | xfs_log.c | 165 new = xlog_assign_grant_head_val(cycle, space); in xlog_grant_sub_space() 194 new = xlog_assign_grant_head_val(cycle, space); in xlog_grant_add_space()
|
Completed in 11 milliseconds