Searched refs:new_lof (Results 1 – 1 of 1) sorted by relevance
1232 off_t new_lof; in ldl_sethead() local1242 new_lof = ul->un_tail_lof; in ldl_sethead()1247 new_lof = data_lof - sizeof (struct delta); in ldl_sethead()1250 if (btodb(new_lof) != btodb(data_lof)) in ldl_sethead()1251 new_lof -= sizeof (sect_trailer_t); in ldl_sethead()1254 if (new_lof < ul->un_bol_lof) { in ldl_sethead()1256 new_lof -= dbtob(btodb(new_lof)); in ldl_sethead()1258 new_lof += (ul->un_eol_lof - DEV_BSIZE); in ldl_sethead()1266 if (new_lof == ul->un_head_lof) in ldl_sethead()1272 if (new_lof > ul->un_head_lof) { in ldl_sethead()[all …]