Home
last modified time | relevance | path

Searched refs:head_bytes (Results 1 – 1 of 1) sorted by relevance

/fs/xfs/
Dxfs_log.c1196 int head_bytes; in xlog_space_left() local
1198 xlog_crack_grant_head(head, &head_cycle, &head_bytes); in xlog_space_left()
1201 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()
1202 free_bytes = log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()
1207 free_bytes = tail_bytes - head_bytes; in xlog_space_left()
1220 head_cycle, head_bytes); in xlog_space_left()