Searched refs:sb_locktable (Results 1 – 2 of 2) sorted by relevance
1104 if (strlen(sbd->sb_locktable)) in probe_gfs()1105 label = sbd->sb_locktable; in probe_gfs()1106 blkid_set_tag(probe->dev, "LABEL", label, sizeof(sbd->sb_locktable)); in probe_gfs()1126 if (strlen(sbd->sb_locktable)) in probe_gfs2()1127 label = sbd->sb_locktable; in probe_gfs2()1128 blkid_set_tag(probe->dev, "LABEL", label, sizeof(sbd->sb_locktable)); in probe_gfs2()
449 char sb_locktable[GFS_LOCKNAME_LEN]; member