Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dlog.c293 static void ail2_empty(struct gfs2_sbd *sdp, unsigned int new_tail) in ail2_empty() argument
297 int wrap = (new_tail < old_tail); in ail2_empty()
304 b = (tr->tr_first < new_tail); in ail2_empty()
504 static void log_pull_tail(struct gfs2_sbd *sdp, unsigned int new_tail) in log_pull_tail() argument
506 unsigned int dist = log_distance(sdp, new_tail, sdp->sd_log_tail); in log_pull_tail()
508 ail2_empty(sdp, new_tail); in log_pull_tail()
515 sdp->sd_log_tail = new_tail; in log_pull_tail()