Home
last modified time | relevance | path

Searched refs:ltp_fs_major (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c48 int ltp_fs_major = LTPMAJOR; variable
187 result = register_blkdev(ltp_fs_major, LTP_FS_DEV_NAME); in init_module()
190 result, ltp_fs_major); in init_module()
193 printk(KERN_ALERT "LTP FS: can't get major %d\n", ltp_fs_major); in init_module()
208 gd_ptr->major = ltp_fs_major; in init_module()
233 unregister_blkdev(ltp_fs_major, LTP_FS_DEV_NAME); in cleanup_module()