HomeSort by: relevance | last modified time | path
    Searched refs:EFS_BB_SIZE (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/fs/efs/
efs.h 113 #define EFS_BB_SIZE (1 << EFS_BB_SHFT)
127 #define EFS_BY2BB(_x) (((_x) + EFS_BB_SIZE - 1) >> EFS_BB_SHFT)
efs_extent.h 62 #define EFS_EXTENTS_PER_BB (EFS_BB_SIZE / sizeof(struct efs_dextent))
efs_dir.h 33 #define EFS_DIRBLK_SIZE EFS_BB_SIZE
efs_dinode.h 107 #define EFS_DINODES_PER_BB (EFS_BB_SIZE / EFS_DINODE_SIZE)
efs_subr.c 131 * will live at byte address 'bboff' * EFS_BB_SIZE + 'index' * EFS_DINODE_SIZE.
192 return (bread(emp->em_devvp, (daddr_t)bboff * (EFS_BB_SIZE / DEV_BSIZE),
193 EFS_BB_SIZE, 0, bp));
450 offset = ex.ex_offset * EFS_BB_SIZE;
451 length = ex.ex_length * EFS_BB_SIZE;
493 offset = ex2.ex_offset * EFS_BB_SIZE;
540 offset = ex2.ex_offset * EFS_BB_SIZE;
541 length = ex2.ex_length * EFS_BB_SIZE;
efs_vfsops.c 321 sbp->f_bsize = EFS_BB_SIZE;
322 sbp->f_frsize = EFS_BB_SIZE;
323 sbp->f_iosize = EFS_BB_SIZE;
efs_vnops.c 198 vap->va_blocksize = EFS_BB_SIZE;
266 start = ex.ex_offset * EFS_BB_SIZE;
267 len = ex.ex_length * EFS_BB_SIZE;
616 efs_extent_iterator_init(&exi, eip, ap->a_bn * EFS_BB_SIZE);
  /src/sbin/svhlabel/
svhlabel.c 215 if (lseek(sd, blkoff + (EFS_BB_SB * EFS_BB_SIZE), SEEK_SET) == -1) {

Completed in 35 milliseconds