| * Copyright (C) 2008 Karel Zak <kzak@redhat.com> |
| * This file may be redistributed under the terms of the |
| * GNU Lesser General Public License. |
| struct vxfs_super_block { |
| static int probe_vxfs(blkid_probe pr, const struct blkid_idmag *mag) |
| struct vxfs_super_block *vxs; |
| vxs = blkid_probe_get_sb(pr, mag, struct vxfs_super_block); |
| blkid_probe_sprintf_version(pr, "%u", (unsigned int) vxs->vs_version); |
| const struct blkid_idinfo vxfs_idinfo = |
| .usage = BLKID_USAGE_FILESYSTEM, |
| { .magic = "\365\374\001\245", .len = 4, .kboff = 1 }, |