Home
last modified time | relevance | path

Searched refs:secoff (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c365 offset_t secoff; in hs_check_root_dirent() local
381 secoff = LBN_TO_BYTE(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp) & in hs_check_root_dirent()
393 root_ptr = &secp[secoff]; in hs_check_root_dirent()
444 HS_SECTOR_SIZE - secoff) == 0) { in hs_check_root_dirent()
446 (int *)NULL, HS_SECTOR_SIZE - secoff); in hs_check_root_dirent()
H A Dhsfs_node.c1400 offset_t secoff; in hs_filldirent() local
1413 secoff = LBN_TO_BYTE(hdp->ext_lbn+hdp->xar_len, vp->v_vfsp) & in hs_filldirent()
1425 if (hdp->ext_lbn != HDE_EXT_LBN(&secp[secoff])) { in hs_filldirent()
1429 (void) hs_parsedir(fsp, &secp[secoff], hdp, (char *)NULL, in hs_filldirent()
1430 (int *)NULL, HS_SECTOR_SIZE - secoff); in hs_filldirent()