Lines Matching +full:test +full:- +full:linux
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 * This test is meant to hit
29 #include <linux/types.h>
30 #include <linux/kernel.h>
31 #include <linux/fs.h>
32 #include <linux/ioctl.h>
33 #include <linux/module.h>
34 #include <linux/init.h>
35 #include <linux/pm.h>
36 #include <linux/genhd.h>
37 #include <linux/in.h>
39 #include <linux/lockd/bind.h>
41 #include <linux/nfsd/nfsfh.h>
42 #include <linux/sunrpc/auth.h>
43 #include <linux/sunrpc/cache.h>
44 #include <linux/sunrpc/svc.h>
45 #include <linux/sunrpc/xdr.h>
46 #include <linux/sunrpc/timer.h>
48 #include <linux/errno.h>
49 #include <linux/string.h>
50 #include <linux/mm.h>
51 #include <linux/slab.h>
52 #include <linux/lockd/lockd.h>
53 #include <linux/lockd/nlm.h>
54 #include <linux/nfsd/export.h>
110 return (-EFAULT); in test_ioctl()
147 printk("BLK INC - result =%d major %d\n", rc, INCLUDEMAJOR); in test_init_module()
163 gd_ptr->major = INCLUDEMAJOR; in test_init_module()
164 gd_ptr->first_minor = 0; in test_init_module()
165 gd_ptr->fops = &bdops; in test_init_module()
166 // gd_ptr->minor_shift= MINOR_SHIFT_BITS; in test_init_module()
167 gd_ptr->driverfs_dev = NULL; in test_init_module()
168 gd_ptr->capacity = MAX_NUM_DISKS; in test_init_module()
169 // gd_ptr->disk_de = NULL; in test_init_module()
170 gd_ptr->flags = genhd_flags; in test_init_module()
172 sprintf(gd_ptr->disk_name, DEVICE_NAME); in test_init_module()
215 printk("finished acpi test\n"); in test_acpi()
224 printk("finished auth test\n"); in test_sunrpc_auth()
233 printk("finished vga test\n"); in test_vga()
253 printk("finished nfsfh test\n"); in test_nfsfh()
266 printk("finished lockd test\n"); in test_lockd()
276 printk("finished cache test\n"); in test_sunrpc_cache()
299 printk("finished svc test\n"); in test_sunrpc_svc()
310 printk("finished timer test\n"); in test_sunrpc_timer()