Searched defs:crbsav (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c1223 crb_t *crbsav = NULL; local
1281 if (crbsav ||
1289 crbsav = crb;
1308 !crbsav && crb &&
1313 crbsav = crb;
1324 if ((crbsav == NULL) && (melist->me_dt != DT_ABZERO)) {
1331 crbsav = kmem_alloc(sizeof (crb_t), KM_NOSLEEP);
1335 if (crbsav) {
1336 crbsav->c_buf = kmem_alloc(bufsz, KM_NOSLEEP);
1337 if (crbsav
[all...]

Completed in 46 milliseconds