Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/lib/
Dev6-memcpy.S163 $tail_bytes:
171 bgt $18, $tail_bytes # U : more to be done?
/linux-4.1.27/fs/xfs/
Dxfs_log.c1127 int tail_bytes; in xlog_space_left() local
1133 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()
1134 tail_bytes = BBTOB(tail_bytes); in xlog_space_left()
1135 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()
1136 free_bytes = log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()
1141 free_bytes = tail_bytes - head_bytes; in xlog_space_left()
1152 tail_cycle, tail_bytes, head_cycle, head_bytes); in xlog_space_left()