Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dgfs2_ondisk.h437 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 */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dgfs2_ondisk.h437 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 */
[all …]