Home
last modified time | relevance | path

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

/fs/gfs2/
Dlog.c256 static void ail2_empty(struct gfs2_sbd *sdp, unsigned int new_tail) in ail2_empty() argument
260 int wrap = (new_tail < old_tail); in ail2_empty()
267 b = (ai->ai_first < new_tail); in ail2_empty()
554 static void log_pull_tail(struct gfs2_sbd *sdp, unsigned int new_tail) in log_pull_tail() argument
556 unsigned int dist = log_distance(sdp, new_tail, sdp->sd_log_tail); in log_pull_tail()
558 ail2_empty(sdp, new_tail); in log_pull_tail()
565 sdp->sd_log_tail = new_tail; in log_pull_tail()