Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Drecovery.c142 head->lh_tail = be32_to_cpu(lh->lh_tail); in __get_log_header()
504 jd->jd_jid, head.lh_tail, head.lh_blkno); in gfs2_recover_func()
512 error = foreach_descriptor(jd, head.lh_tail, in gfs2_recover_func()
H A Dlops.c917 jd->jd_replay_tail = head->lh_tail; in revoke_lo_before_scan()
H A Dlog.c849 lh->lh_tail = cpu_to_be32(tail); in gfs2_write_log_header()
/linux/include/uapi/linux/
H A Dgfs2_ondisk.h449 __be32 lh_tail; /* Block number of log tail */ member