Searched defs:data_lof (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c1229 ldl_sethead(ml_unit_t *ul, off_t data_lof, uint32_t tid) argument
1239 if (data_lof == -1) {
1247 new_lof = data_lof - sizeof (struct delta);
1250 if (btodb(new_lof) != btodb(data_lof))
1307 if (data_lof == -1) {

Completed in 60 milliseconds