Searched refs:un_bol_lof (Results 1 – 2 of 2) sorted by relevance
770 ul->un_tail_lof = ul->un_bol_lof; in storebuf()876 dst_lof = ul->un_bol_lof; in fetchbuf()919 ul->un_tail_lof = ul->un_bol_lof; in ldl_round_commit()986 nfb = (ul->un_head_lof - ul->un_bol_lof) + in ldl_has_space()1254 if (new_lof < ul->un_bol_lof) { in ldl_sethead()1289 nb = new_lof - ul->un_bol_lof; in ldl_sethead()1290 inval_range(ul, &ul->un_wrbuf, ul->un_bol_lof, nb); in ldl_sethead()1291 inval_range(ul, &ul->un_rdbuf, ul->un_bol_lof, nb); in ldl_sethead()1294 beg_blkno = btodb(ul->un_bol_lof); in ldl_sethead()1304 ASSERT(new_lof >= ul->un_bol_lof); in ldl_sethead()[all …]
244 #define un_bol_lof un_ondisk.od_bol_lof macro