Home | History | Annotate | only in /external/ltp/testcases/kernel/device-drivers/block
Up to higher level directory
NameDateSize
block_dev_kernel/05-Oct-2017
block_dev_user/05-Oct-2017
Makefile05-Oct-2017903
README05-Oct-20171K

README

      1 
      2 Module 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 
     22 For possible test results please see "A POSIX conforming test framework" at
     23 http://www.gnu.org/software/dejagnu/manual/x47.html#posix
     24