Home
last modified time | relevance | path

Searched defs:gfs2_log_header (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dgfs2_ondisk.h302 struct gfs2_log_header { struct
303 struct gfs2_meta_header lh_header;
304 __be64 lh_sequence;
305 __be32 lh_flags;
306 __be32 lh_tail;
307 __be32 lh_blkno;
308 __be32 lh_hash;
309 __be32 lh_crc;
310 __be32 lh_nsec;
311 __be64 lh_sec;
[all …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dgfs2_ondisk.h444 struct gfs2_log_header { struct
445 struct gfs2_meta_header lh_header;
447 __be64 lh_sequence; /* Sequence number of this transaction */
448 __be32 lh_flags; /* GFS2_LOG_HEAD_... */
449 __be32 lh_tail; /* Block number of log tail */
450 __be32 lh_blkno;
451 __be32 lh_hash; /* crc up to here with this field 0 */
454 __be32 lh_crc; /* crc32c from lh_nsec to end of block */
455 __be32 lh_nsec; /* Nanoseconds of timestamp */
456 __be64 lh_sec; /* Seconds of timestamp */
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dgfs2_ondisk.h302 struct gfs2_log_header { struct
303 struct gfs2_meta_header lh_header;
304 __be64 lh_sequence;
305 __be32 lh_flags;
306 __be32 lh_tail;
307 __be32 lh_blkno;
308 __be32 lh_hash;
309 __be32 lh_crc;
310 __be32 lh_nsec;
311 __be64 lh_sec;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dgfs2_ondisk.h443 struct gfs2_log_header { struct
444 struct gfs2_meta_header lh_header;
446 __be64 lh_sequence; /* Sequence number of this transaction */
447 __be32 lh_flags; /* GFS2_LOG_HEAD_... */
448 __be32 lh_tail; /* Block number of log tail */
449 __be32 lh_blkno;
450 __be32 lh_hash; /* crc up to here with this field 0 */
453 __be32 lh_crc; /* crc32c from lh_nsec to end of block */
454 __be32 lh_nsec; /* Nanoseconds of timestamp */
455 __be64 lh_sec; /* Seconds of timestamp */
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dgfs2_ondisk.h288 struct gfs2_log_header { struct
289 struct gfs2_meta_header lh_header;
290 __be64 lh_sequence;
291 __be32 lh_flags;
292 __be32 lh_tail;
293 __be32 lh_blkno;
294 __be32 lh_hash;
296 __be32 lh_crc;
297 __be32 lh_nsec;
298 __be64 lh_sec;
[all …]