Searched refs:fcfs_entsize (Results 1 – 3 of 3) sorted by relevance
257 if (sp->fcfs_entsize != 0 && in fmd_ckpt_open()258 (sp->fcfs_entsize & (sp->fcfs_align - 1)) != 0) { in fmd_ckpt_open()260 "entsize %u\n", i, sp->fcfs_entsize)); in fmd_ckpt_open()283 sp->fcfs_entsize < dp->secd_entsize) { in fmd_ckpt_open()319 ckp->ckp_secp->fcfs_entsize != 0 || ckp->ckp_secp->fcfs_size != 0) { in fmd_ckpt_open()380 ckp->ckp_secp->fcfs_entsize = dp->secd_entsize; in fmd_ckpt_section()916 n = sp->fcfs_size / sp->fcfs_entsize; in fmd_ckpt_restore_events()948 fcfe = (fcf_event_t *)((uintptr_t)fcfe + sp->fcfs_entsize); in fmd_ckpt_restore_events()971 char *data = (char *)fcfn + sp->fcfs_entsize; in fmd_ckpt_restore_suspects()987 size = sp->fcfs_entsize + fcfn->fcfn_size; in fmd_ckpt_restore_suspects()[all …]
142 uint32_t fcfs_entsize; /* size of section entry (if table) */ member
1238 s.fcfs_flags, s.fcfs_entsize, s.fcfs_offset, s.fcfs_size); in fcf_sec()