Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c1234 daddr_t beg_blkno; in ldl_sethead() local
1278 beg_blkno = btodb(ul->un_head_lof); in ldl_sethead()
1279 new_ident += (end_blkno - beg_blkno); in ldl_sethead()
1286 beg_blkno = btodb(ul->un_head_lof); in ldl_sethead()
1287 new_ident += (end_blkno - beg_blkno); in ldl_sethead()
1294 beg_blkno = btodb(ul->un_bol_lof); in ldl_sethead()
1295 new_ident += (end_blkno - beg_blkno); in ldl_sethead()
1329 daddr_t beg_blkno; in ldl_settail() local
1357 beg_blkno = btodb(ul->un_head_lof); in ldl_settail()
1361 beg_blkno = btodb(ul->un_head_lof); in ldl_settail()
[all …]