Searched refs:xlog_crack_grant_head (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_sysfs.c | 357 xlog_crack_grant_head(&log->l_reserve_head.grant, &cycle, &bytes); in reserve_grant_head_show() 371 xlog_crack_grant_head(&log->l_write_head.grant, &cycle, &bytes); in write_grant_head_show()
|
D | xfs_log_priv.h | 526 xlog_crack_grant_head(atomic64_t *head, int *cycle, int *space) in xlog_crack_grant_head() function
|
D | xfs_log.c | 1145 xlog_crack_grant_head(head, &head_cycle, &head_bytes); in xlog_space_left() 3497 xlog_crack_grant_head(&log->l_write_head.grant, &cycle, &space); in xlog_verify_grant_tail()
|
D | xfs_trace.h | 1106 xlog_crack_grant_head(&log->l_reserve_head.grant, 1109 xlog_crack_grant_head(&log->l_write_head.grant,
|