Home | History | Annotate | Download | only in blkid

Lines Matching refs:xs

794 	struct xfs_super_block *xs;
797 xs = (struct xfs_super_block *)buf;
799 if (strlen(xs->xs_fname))
800 label = xs->xs_fname;
801 blkid_set_tag(probe->dev, "LABEL", label, sizeof(xs->xs_fname));
802 set_uuid(probe->dev, xs->xs_uuid, 0);