Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c1266 if (new_lof == ul->un_head_lof) in ldl_sethead()
1272 if (new_lof > ul->un_head_lof) { in ldl_sethead()
1273 nb = new_lof - ul->un_head_lof; in ldl_sethead()
1278 beg_blkno = btodb(ul->un_head_lof); in ldl_sethead()
1286 beg_blkno = btodb(ul->un_head_lof); in ldl_sethead()
1305 ul->un_head_lof = new_lof; in ldl_sethead()
1336 ul->un_head_lof = ul->un_tail_lof; in ldl_settail()
1355 if (new_lof > ul->un_head_lof) { in ldl_settail()
1357 beg_blkno = btodb(ul->un_head_lof); in ldl_settail()
1361 beg_blkno = btodb(ul->un_head_lof); in ldl_settail()
[all …]
H A Dlufs_debug.c276 head = ul->un_head_lof; in logmap_logscan_debug()
587 off_t head = ul->un_head_lof; in ldl_sethead_debug()
H A Dlufs_thread.c57 #define ldl_empty(ul) ((ul)->un_head_lof == (ul)->un_tail_lof)
H A Dlufs_map.c1936 lof = ul->un_head_lof; in logmap_logscan()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h250 #define un_head_lof un_ondisk.od_head_lof macro