Searched defs:ext2_image_hdr (Results 1 – 1 of 1) sorted by relevance
15 struct ext2_image_hdr { struct16 __u32 magic_number; /* This must be EXT2_ET_MAGIC_E2IMAGE */17 char magic_descriptor[16]; /* "Ext2 Image 1.0", w/ null padding */18 char fs_hostname[64];/* Hostname of machine of image */19 char fs_netaddr[32]; /* Network address */20 __u32 fs_netaddr_type;/* 0 = IPV4, 1 = IPV6, etc. */21 __u32 fs_device; /* Device number of image */22 char fs_device_name[64]; /* Device name */23 char fs_uuid[16]; /* UUID of filesystem */24 __u32 fs_blocksize; /* Block size of the filesystem */[all …]