• Home
Name Date Size #Lines LOC

..--

block_dev_kernel/03-May-2024-530345

block_dev_user/03-May-2024-12863

MakefileD03-May-2024903 213

READMED03-May-20241 KiB2420

README

1
2Module under test: linux/block/genhd.c
3
4  Function                    | Declared in   | Tested in
5 -----------------------------+---------------+---------------
6  register_blkdev()           | linux/fs.h    | ltp_block_dev.c
7  unregister_blkdev()         | linux/fs.h    | ltp_block_dev.c
8  blk_register_region()       | linux/genhd.h |
9  blk_unregister_region()     | linux/genhd.h |
10  add_disk()                  | linux/genhd.h |
11  del_gendisk()               | linux/genhd.h | test_genhd.c
12  blk_lookup_devt()           | linux/genhd.h |
13  alloc_disk()                | linux/genhd.h | test_genhd.c
14  alloc_disk_node()           | linux/genhd.h |
15  get_disk()                  | linux/genhd.h |
16  put_disk()                  | linux/genhd.h |
17  set_device_ro()             | linux/genhd.h |
18  set_disk_ro()               | linux/genhd.h |
19  bdev_read_only()            | linux/fs.h    |
20  invalidate_partition()      | linux/fs.h    |
21
22For possible test results please see "A POSIX conforming test framework" at
23http://www.gnu.org/software/dejagnu/manual/x47.html#posix
24