Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_stats.c303 static struct {const char *bsd_name; long linux_type;} b2l_tbl[] = { in bsd_to_linux_ftype() local
319 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()