/* fs/ internal definitions * * Copyright (C) 2006 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */#include <linux/ioctl32.h>/* * block_dev.c */externstructsuper_block*blockdev_superblock;externvoid__initbdev_cache_init(void);/* * char_dev.c */externvoid__initchrdev_init(void);/* * compat_ioctl.c */#ifdef CONFIG_COMPATexternstructioctl_transioctl_start[];externintioctl_table_size;#endif/* * namespace.c */externintcopy_mount_options(constvoid__user*,unsignedlong*);