Searched refs:sb_locktable (Results 1 – 2 of 2) sorted by relevance
1100 if (strlen(sbd->sb_locktable)) in probe_gfs()1101 label = sbd->sb_locktable; in probe_gfs()1102 blkid_set_tag(probe->dev, "LABEL", label, sizeof(sbd->sb_locktable)); in probe_gfs()1122 if (strlen(sbd->sb_locktable)) in probe_gfs2()1123 label = sbd->sb_locktable; in probe_gfs2()1124 blkid_set_tag(probe->dev, "LABEL", label, sizeof(sbd->sb_locktable)); in probe_gfs2()
445 char sb_locktable[GFS_LOCKNAME_LEN]; member