Searched defs:xfs_super_block (Results 1 – 1 of 1) sorted by relevance
145 struct xfs_super_block { struct146 unsigned char xs_magic[4];147 __u32 xs_blocksize;148 __u64 xs_dblocks;149 __u64 xs_rblocks;150 __u32 xs_dummy1[2];151 unsigned char xs_uuid[16];152 __u32 xs_dummy2[15];153 char xs_fname[12];154 __u32 xs_dummy3[2];[all …]