android13/external/ltp/testcases/kernel/device-drivers/block
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
block_dev_kernel initial 2024-06-22 20:45:49 +08:00
block_dev_user initial 2024-06-22 20:45:49 +08:00
Makefile initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00

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