Home
last modified time | relevance | path

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

/fs/gfs2/
Drecovery.c128 lh->lh_sequence = be64_to_cpu(str->lh_sequence); in gfs2_log_header_in()
239 if (lh.lh_sequence == head->lh_sequence) { in jhead_scan()
243 if (lh.lh_sequence < head->lh_sequence) in jhead_scan()
286 if (lh_1.lh_sequence <= lh_m.lh_sequence) in gfs2_find_jhead()
417 lh->lh_sequence = cpu_to_be64(head->lh_sequence + 1); in clean_journal()
Dincore.h42 u64 lh_sequence; /* Sequence number of this transaction */ member
Dglops.c498 sdp->sd_log_sequence = head.lh_sequence + 1; in trans_go_xmote_bh()
Dlog.c607 lh->lh_sequence = cpu_to_be64(sdp->sd_log_sequence++); in log_write_header()
Dsuper.c394 sdp->sd_log_sequence = head.lh_sequence + 1; in gfs2_make_fs_rw()