Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Drecovery.c140 head->lh_sequence = be64_to_cpu(lh->lh_sequence); in __get_log_header()
269 gfs2_write_log_header(sdp, jd, head->lh_sequence + 1, 0, lblock, in clean_journal()
H A Dlops.c430 if (lh.lh_sequence >= head->lh_sequence) in gfs2_jhead_pg_srch()
H A Dlog.c847 lh->lh_sequence = cpu_to_be64(seq); in gfs2_write_log_header()
/linux/include/uapi/linux/
H A Dgfs2_ondisk.h447 __be64 lh_sequence; /* Sequence number of this transaction */ member