Home
last modified time | relevance | path

Searched refs:cont_offset (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c160 cont_p + cont_info.cont_offset; in parse_sua()
482 if (cont_info_p->cont_offset > HS_SECTOR_SIZE || in get_cont_area()
505 if ((cont_info_p->cont_offset + cont_info_p->cont_len) <= in get_cont_area()
523 partial_size = HS_SECTOR_SIZE - cont_info_p->cont_offset; in get_cont_area()
524 bcopy(&secbp->b_un.b_addr[cont_info_p->cont_offset], in get_cont_area()
526 cont_info_p->cont_offset = 0; in get_cont_area()
H A Dhsfs_susp.c204 sig_args_p->cont_info_p->cont_offset = CE_OFFSET(ce_ptr); in share_continue()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_susp.h211 uint_t cont_offset; /* offset into cont */ member