Home | History | Annotate | Download | only in blkid

Lines Matching refs:xs

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