Lines Matching defs:gfs2_log_header
437 struct gfs2_log_header { struct
438 struct gfs2_meta_header lh_header;
440 __be64 lh_sequence; /* Sequence number of this transaction */
441 __be32 lh_flags; /* GFS2_LOG_HEAD_... */
442 __be32 lh_tail; /* Block number of log tail */
443 __be32 lh_blkno;
444 __be32 lh_hash; /* crc up to here with this field 0 */
447 __be32 lh_crc; /* crc32c from lh_nsec to end of block */
448 __be32 lh_nsec; /* Nanoseconds of timestamp */
449 __be64 lh_sec; /* Seconds of timestamp */
450 __be64 lh_addr; /* Block addr of this log header (absolute) */
451 __be64 lh_jinode; /* Journal inode number */
452 __be64 lh_statfs_addr; /* Local statfs inode number */
453 __be64 lh_quota_addr; /* Local quota change inode number */
456 __be64 lh_local_total;
457 __be64 lh_local_free;
458 __be64 lh_local_dinodes;