Home
last modified time | relevance | path

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

/Linux-v4.19/fs/gfs2/
Drecovery.c165 head->lh_sequence = be64_to_cpu(lh->lh_sequence); in get_log_header()
234 if (lh.lh_sequence == head->lh_sequence) { in jhead_scan()
238 if (lh.lh_sequence < head->lh_sequence) in jhead_scan()
281 if (lh_1.lh_sequence <= lh_m.lh_sequence) in gfs2_find_jhead()
381 gfs2_write_log_header(sdp, jd, head->lh_sequence + 1, 0, in clean_journal()
Dincore.h43 u64 lh_sequence; /* Sequence number of this transaction */ member
Dglops.c534 sdp->sd_log_sequence = head.lh_sequence + 1; in freeze_go_xmote_bh()
Dlog.c697 lh->lh_sequence = cpu_to_be64(seq); in gfs2_write_log_header()
Dsuper.c439 sdp->sd_log_sequence = head.lh_sequence + 1; in gfs2_make_fs_rw()
/Linux-v4.19/include/uapi/linux/
Dgfs2_ondisk.h440 __be64 lh_sequence; /* Sequence number of this transaction */ member