Home
last modified time | relevance | path

Searched refs:bsd_name (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() member
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()