Searched refs:b2l_tbl (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_stats.c333 static struct {const char *bsd_name; long linux_type;} b2l_tbl[] = { local
349 for (i = 0; b2l_tbl[i].bsd_name != NULL; i++)
350 if (strcmp(b2l_tbl[i].bsd_name, fstypename) == 0)
351 return (b2l_tbl[i].linux_type);

Completed in 106 milliseconds