Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c743 sect_trailer_t *st; in storebuf()
760 st = (sect_trailer_t *)(bp->b_un.b_addr + bp->b_bcount); in storebuf()
764 bp->b_bcount += sizeof (sect_trailer_t); in storebuf()
765 ul->un_tail_lof += sizeof (sect_trailer_t); in storebuf()
867 dst_lof += sizeof (sect_trailer_t); in fetchbuf()
895 sect_trailer_t *st; in ldl_round_commit()
928 st = (sect_trailer_t *) in ldl_round_commit()
1251 new_lof -= sizeof (sect_trailer_t); in ldl_sethead()
1385 sect_trailer_t *st; in ldl_logscan_ident()
1403 st = (sect_trailer_t *)(bp->b_un.b_addr + LDL_USABLE_BSIZE); in ldl_logscan_ident()
[all …]
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c361 sect_trailer_t *st; in lufs_read_log()
431 st = (sect_trailer_t *)(logfp->fi_memp + in lufs_read_log()
465 addr += sizeof (sect_trailer_t); in lufs_read_log()
618 sizeof (sect_trailer_t) : 0; in lufs_logscan_skip()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h121 #define LDL_USABLE_BSIZE (DEV_BSIZE - sizeof (sect_trailer_t))
269 } sect_trailer_t; typedef
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c5131 sect_trailer_t *st; in log_read_log()
5159 st = (sect_trailer_t *) in log_read_log()
5179 *addr += sizeof (sect_trailer_t); in log_read_log()