Searched refs:od_head_lof (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c66 * | od_head_lof +--+ | |
116 * 5. The field "od_head_lof" points to the start of the dirty part
119 * the sector pointed to by "od_head_lof" has a sector ident different
437 if (lblk >= lbtodb(odi.od_head_lof)) {
439 ident += (lblk - lbtodb(odi.od_head_lof));
443 lbtodb(odi.od_head_lof));
868 odi.od_tail_lof = dbtob(btodb(odi.od_head_lof)) - DEV_BSIZE;
967 addr = odi.od_head_lof;
988 if (addr == odi.od_head_lof || curtid == 0) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h171 int32_t od_head_lof; /* byte offset of head */ member in struct:ml_odunit
250 #define un_head_lof un_ondisk.od_head_lof
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c517 ud->od_head_lof, ud->od_head_ident);
/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dlufs.c537 ud->od_head_lof = ud->od_bol_lof;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c5079 log_odi->od_head_lof, log_odi->od_head_ident);
5088 if (log_odi->od_head_lof == log_odi->od_tail_lof)
5236 bol = log_odi->od_head_lof;

Completed in 107 milliseconds