Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dlog.c484 static unsigned int current_tail(struct gfs2_sbd *sdp) in current_tail() function
765 tail = current_tail(sdp); in log_write_header()
826 } else if (sdp->sd_log_tail != current_tail(sdp) && !sdp->sd_log_idle){ in gfs2_log_flush()
/linux-4.19.296/fs/ocfs2/
Dalloc.c5844 unsigned int current_tail; in ocfs2_truncate_log_can_coalesce() local
5851 current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start); in ocfs2_truncate_log_can_coalesce()
5852 current_tail += le32_to_cpu(tl->tl_recs[tail_index].t_clusters); in ocfs2_truncate_log_can_coalesce()
5854 return current_tail == new_start; in ocfs2_truncate_log_can_coalesce()