Lines Matching refs:tail
484 unsigned int tail; in current_tail() local
489 tail = sdp->sd_log_head; in current_tail()
493 tail = tr->tr_first; in current_tail()
498 return tail; in current_tail()
688 u64 seq, u32 tail, u32 lblock, u32 flags, in gfs2_write_log_header() argument
709 lh->lh_tail = cpu_to_be32(tail); in gfs2_write_log_header()
764 unsigned int tail; in log_write_header() local
769 tail = current_tail(sdp); in log_write_header()
776 sdp->sd_log_idle = (tail == sdp->sd_log_flush_head); in log_write_header()
777 gfs2_write_log_header(sdp, sdp->sd_jdesc, sdp->sd_log_sequence++, tail, in log_write_header()
780 if (sdp->sd_log_tail != tail) in log_write_header()
781 log_pull_tail(sdp, tail); in log_write_header()