Searched refs:xlog_crack_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 | 519 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val() function 528 xlog_crack_grant_head_val(atomic64_read(head), cycle, space); in xlog_crack_grant_head()
|
H A D | xfs_log.c | 106 xlog_crack_grant_head_val(head_val, &cycle, &space); in xlog_grant_sub_space() 133 xlog_crack_grant_head_val(head_val, &cycle, &space); in xlog_grant_add_space()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log_priv.h | 556 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val() function 565 xlog_crack_grant_head_val(atomic64_read(head), cycle, space); in xlog_crack_grant_head()
|
H A D | xfs_log.c | 156 xlog_crack_grant_head_val(head_val, &cycle, &space); in xlog_grant_sub_space() 183 xlog_crack_grant_head_val(head_val, &cycle, &space); in xlog_grant_add_space()
|
Completed in 12 milliseconds