Lines Matching defs:blkext
422 struct ms_lib_type_extdat *blkext;
840 if (info->MS_Lib.blkext) {
842 info->MS_Lib.blkext[i].status1 = MS_REG_ST1_DEFAULT;
843 info->MS_Lib.blkext[i].ovrflg = MS_REG_OVR_DEFAULT;
844 info->MS_Lib.blkext[i].mngflg = MS_REG_MNG_DEFAULT;
845 info->MS_Lib.blkext[i].logadr = MS_LB_NOT_USED;
1084 if (info->MS_Lib.blkext) {
1085 kfree(info->MS_Lib.blkext); /* Arnold test ... */
1086 info->MS_Lib.blkext = NULL;
1121 info->MS_Lib.blkext = kmalloc_array(info->MS_Lib.PagesPerBlock,
1125 if ((info->MS_Lib.blkpag == NULL) || (info->MS_Lib.blkext == NULL)) {