pxeboot_fstab
struct pxeboot_fstab pxeboot_fstab[] = {
int npxeboot_fstab = sizeof(pxeboot_fstab) / sizeof(pxeboot_fstab[0]);
if (strncmp(fname, pxeboot_fstab[i].fst_name,
memcpy(file_system, pxeboot_fstab[i].fst_ops,
memcpy(file_system, pxeboot_fstab[0].fst_ops, sizeof(struct fs_ops));
extern struct pxeboot_fstab pxeboot_fstab[];