You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
7 months ago
..
block_dev_kernel v811_spc009_project 7 months ago
block_dev_user v811_spc009_project 7 months ago
Makefile v811_spc009_project 7 months ago
README v811_spc009_project 7 months ago

README

Module under test: linux/block/genhd.c

  Function                    | Declared in   | Tested in
 -----------------------------+---------------+---------------
  register_blkdev()           | linux/fs.h    | ltp_block_dev.c
  unregister_blkdev()         | linux/fs.h    | ltp_block_dev.c
  blk_register_region()       | linux/genhd.h |
  blk_unregister_region()     | linux/genhd.h |
  add_disk()                  | linux/genhd.h |
  del_gendisk()               | linux/genhd.h | test_genhd.c
  blk_lookup_devt()           | linux/genhd.h |
  alloc_disk()                | linux/genhd.h | test_genhd.c
  alloc_disk_node()           | linux/genhd.h |
  get_disk()                  | linux/genhd.h |
  put_disk()                  | linux/genhd.h |
  set_device_ro()             | linux/genhd.h |
  set_disk_ro()               | linux/genhd.h |
  bdev_read_only()            | linux/fs.h    |
  invalidate_partition()      | linux/fs.h    |

For possible test results please see "A POSIX conforming test framework" at
http://www.gnu.org/software/dejagnu/manual/x47.html#posix