Searched refs:sb_locktable (Results 1 – 2 of 2) sorted by relevance
981 if (strlen(sbd->sb_locktable)) in probe_gfs()982 label = sbd->sb_locktable; in probe_gfs()983 blkid_set_tag(probe->dev, "LABEL", label, sizeof(sbd->sb_locktable)); in probe_gfs()1003 if (strlen(sbd->sb_locktable)) in probe_gfs2()1004 label = sbd->sb_locktable; in probe_gfs2()1005 blkid_set_tag(probe->dev, "LABEL", label, sizeof(sbd->sb_locktable)); in probe_gfs2()
442 char sb_locktable[GFS_LOCKNAME_LEN]; member