| * Copyright (C) 1999 by Andries Brouwer |
| * Copyright (C) 1999, 2000, 2003 by Theodore Ts'o |
| * Copyright (C) 2001 by Andreas Dilger |
| * Copyright (C) 2004 Kay Sievers <kay.sievers@vrfy.org> |
| * Copyright (C) 2008 Karel Zak <kzak@redhat.com> |
| * This file may be redistributed under the terms of the |
| * GNU Lesser General Public License. |
| unsigned char xs_magic[4]; |
| unsigned char xs_uuid[16]; |
| } __attribute__((packed)); |
| static int probe_xfs(blkid_probe pr, const struct blkid_idmag *mag) |
| struct xfs_super_block *xs; |
| xs = blkid_probe_get_sb(pr, mag, struct xfs_super_block); |
| if (strlen(xs->xs_fname)) |
| blkid_probe_set_label(pr, (unsigned char *) xs->xs_fname, |
| blkid_probe_set_uuid(pr, xs->xs_uuid); |
| const struct blkid_idinfo xfs_idinfo = |
| .usage = BLKID_USAGE_FILESYSTEM, |
| { .magic = "XFSB", .len = 4 }, |