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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c367 offset_t secoff; local
383 secoff = LBN_TO_BYTE(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp) &
395 root_ptr = &secp[secoff];
446 HS_SECTOR_SIZE - secoff) == 0) {
448 (int *)NULL, HS_SECTOR_SIZE - secoff);
H A Dhsfs_node.c1401 offset_t secoff; local
1414 secoff = LBN_TO_BYTE(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp) &
1426 if (hdp->ext_lbn != HDE_EXT_LBN(&secp[secoff])) {
1430 (void) hs_parsedir(fsp, &secp[secoff], hdp, (char *)NULL,
1431 (int *)NULL, HS_SECTOR_SIZE - secoff);

Completed in 48 milliseconds