Home
last modified time | relevance | path

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

/fs/gfs2/
Dlog.c290 static void ail2_empty(struct gfs2_sbd *sdp, unsigned int new_tail) in ail2_empty() argument
294 int wrap = (new_tail < old_tail); in ail2_empty()
301 b = (tr->tr_first < new_tail); in ail2_empty()
501 static void log_pull_tail(struct gfs2_sbd *sdp, unsigned int new_tail) in log_pull_tail() argument
503 unsigned int dist = log_distance(sdp, new_tail, sdp->sd_log_tail); in log_pull_tail()
505 ail2_empty(sdp, new_tail); in log_pull_tail()
512 sdp->sd_log_tail = new_tail; in log_pull_tail()