Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c1232 off_t new_lof; in ldl_sethead() local
1242 new_lof = ul->un_tail_lof; in ldl_sethead()
1256 new_lof -= dbtob(btodb(new_lof)); in ldl_sethead()
1266 if (new_lof == ul->un_head_lof) in ldl_sethead()
1277 end_blkno = btodb(new_lof); in ldl_sethead()
1293 end_blkno = btodb(new_lof); in ldl_sethead()
1305 ul->un_head_lof = new_lof; in ldl_sethead()
1327 off_t new_lof; in ldl_settail() local
1356 end_blkno = btodb(new_lof); in ldl_settail()
1364 end_blkno = btodb(new_lof); in ldl_settail()
[all …]