Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd.c276 int md_maxphys = 0; /* maximum io size in bytes */ variable
414 if (md_maxphys == 0) /* maximum io size in bytes */ in _init()
415 md_maxphys = maxphys; in _init()
1400 info->dki_maxtransfer = (ushort_t)(md_maxphys / DEV_BSIZE); in get_info()
/titanic_41/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c600 extern unsigned md_maxphys; in sp_mapbuf()
644 if ((md_getmajor(new_edev) != md_major) && (new_bcount > md_maxphys)) { in sp_mapbuf()
645 new_bcount = md_maxphys; in sp_mapbuf()
/titanic_41/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c609 extern unsigned md_maxphys; in md_mapbuf()
669 if ((md_getmajor(wb_edev) != md_major) && (wb_bcount > md_maxphys)) { in md_mapbuf()
670 wb_bcount = md_maxphys; in md_mapbuf()