Searched refs:b2l_tbl (Results 1 – 1 of 1) sorted by relevance
303 static struct {const char *bsd_name; long linux_type;} b2l_tbl[] = { in bsd_to_linux_ftype() local319 for (i = 0; b2l_tbl[i].bsd_name != NULL; i++) in bsd_to_linux_ftype()320 if (strcmp(b2l_tbl[i].bsd_name, fstypename) == 0) in bsd_to_linux_ftype()321 return (b2l_tbl[i].linux_type); in bsd_to_linux_ftype()