Searched refs:HS_SECTOR_SIZE (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_susp_subr.c | 385 secbp = bread(fsp->hsfs_devvp->v_rdev, secno * 4, HS_SECTOR_SIZE); in hs_check_root_dirent() 446 HS_SECTOR_SIZE - secoff) == 0) { in hs_check_root_dirent() 448 (int *)NULL, HS_SECTOR_SIZE - secoff); in hs_check_root_dirent() 484 if (cont_info_p->cont_offset > HS_SECTOR_SIZE || in get_cont_area() 485 cont_info_p->cont_len > HS_SECTOR_SIZE) { in get_cont_area() 491 *buf_pp = kmem_alloc((size_t)HS_SECTOR_SIZE, KM_SLEEP); in get_cont_area() 494 secbp = bread(fsp->hsfs_devvp->v_rdev, secno * 4, HS_SECTOR_SIZE); in get_cont_area() 508 HS_SECTOR_SIZE) { in get_cont_area() 509 bcopy(secbp->b_un.b_addr, (char *)*buf_pp, HS_SECTOR_SIZE); in get_cont_area() 524 bzero((char *)*buf_pp, HS_SECTOR_SIZE); in get_cont_area() [all …]
|
H A D | hsfs_node.c | 611 if (off > HS_SECTOR_SIZE) in hs_makenode() 724 if (off > HS_SECTOR_SIZE) { in hs_remakenode() 730 secbp = bread(fsp->hsfs_devvp->v_rdev, secno * 4, HS_SECTOR_SIZE); in hs_remakenode() 740 HS_SECTOR_SIZE - off); in hs_remakenode() 1416 secbp = bread(fsp->hsfs_devvp->v_rdev, secno * 4, HS_SECTOR_SIZE); in hs_filldirent() 1431 (int *)NULL, HS_SECTOR_SIZE - secoff); in hs_filldirent() 1514 *offset = roundup(*offset + 1, HS_SECTOR_SIZE); in process_dirblock()
|
H A D | hsfs_vfsops.c | 1011 secbp = bread(vp->v_rdev, secno * 4, HS_SECTOR_SIZE); in hs_findhsvol() 1050 secbp = bread(vp->v_rdev, secno * 4, HS_SECTOR_SIZE); in hs_findhsvol() 1088 ffs((long)howmany(HS_SECTOR_SIZE, (int)hvp->lbn_size)) - 1; in hs_parsehsvol() 1210 secbp = bread(vp->v_rdev, secno * 4, HS_SECTOR_SIZE); in hs_findisovol() 1225 secbp = bread(vp->v_rdev, secno * 4, HS_SECTOR_SIZE); in hs_findisovol()
|
H A D | hsfs_vnops.c | 552 offset = roundup(offset + 1, HS_SECTOR_SIZE); in hsfs_readdir()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | hsfs_spec.h | 88 #define HS_SECTOR_SIZE 2048 /* bytes per logical sector */ macro 90 #define HS_SEC_PER_PAGE (PAGESIZE/HS_SECTOR_SIZE) /* sectors per page */ 94 #define MAXHSOFFSET (HS_SECTOR_SIZE - 1)
|
H A D | hsfs_isospec.h | 76 #define ISO_SEC_PER_PAGE (PAGESIZE/HS_SECTOR_SIZE)
|