Searched refs:blksize (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_htree.c54 static void ext2_append_entry(char *block, uint32_t blksize,
58 struct componentname *cnp, uint32_t blksize);
83 uint32_t blksize, uint32_t *hash_seed, uint8_t hash_version,
390 struct componentname *cnp, uint32_t blksize)
398 cursize = roundup(dp->i_size, blksize);
399 newsize = cursize + blksize;
402 auio.uio_resid = blksize;
403 aiov.iov_len = blksize;
485 ext2_append_entry(char *block, uint32_t blksize, argument
494 new_entry->e2d_reclen = block + blksize
389 ext2_htree_append_block(struct vnode *vp, char *data, struct componentname *cnp, uint32_t blksize) argument
502 ext2_htree_split_dirblock(char *block1, char *block2, uint32_t blksize, uint32_t *hash_seed, uint8_t hash_version, uint32_t *split_hash, struct ext2fs_direct_2 *entry) argument
630 uint32_t blksize, dirlen, split_hash; local
736 uint32_t blksize, blknum; local
[all...]
H A Dfs.h150 #define blksize(fs, ip, lbn) ((fs)->e2fs_fsize) macro
H A Dext2_inode.c207 size = blksize(fs, oip, lbn);
305 bsize = blksize(fs, oip, i);
324 oldspace = blksize(fs, oip, lastblock);
326 newspace = blksize(fs, oip, lastblock);
H A Dext2_subr.c77 bsize = blksize(fs, ip, lbn);
H A Dext2_extents.c196 size = blksize(fs, ip, nblk);
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Dutil.c146 allocbuf(bp, fd, blksize)
148 int fd, blksize;
158 size = roundup(stb.st_blksize, blksize);
160 size = blksize;
/freebsd-11-stable/bin/rcp/
H A Dutil.c130 allocbuf(BUF *bp, int fd, int blksize) argument
139 size = roundup(stb.st_blksize, blksize);
141 size = blksize;
/freebsd-11-stable/sys/geom/
H A Dgeom_redboot.c246 u_int blksize; /* NB: flash block size stored as stripesize */ local
267 blksize = cp->provider->stripesize;
273 printf("%s: mediasize %ld secsize %d blksize %d offmask 0x%x\n",
275 blksize, offmask);
281 offset = cp->provider->mediasize - blksize;
283 buf = g_read_data(cp, offset, blksize, NULL);
285 head = parse_fis_directory(buf, blksize, offset, offmask);
/freebsd-11-stable/sys/dev/scd/
H A Dscdvar.h18 int blksize; member in struct:scd_data
H A Dscd.c346 *(off_t *)addr = (off_t)sc->data.disksize * sc->data.blksize;
349 *(u_int *)addr = sc->data.blksize;
747 mbx->sz = sc->data.blksize;
1118 sc->data.blksize = SCDBLKSIZE;
1119 sc->data.disksize = last*sc->data.blksize/DEV_BSIZE;
/freebsd-11-stable/sys/dev/mcd/
H A Dmcdvar.h22 int blksize; member in struct:mcd_data
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dre-mqueue.pl156 $atime,$mtime,$ctime,$blksize,$blocks) = stat($dfile);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzvol.h65 extern int zvol_get_volume_params(minor_t minor, uint64_t *blksize,
/freebsd-11-stable/sys/dev/cxgb/
H A Dbin2h.pl61 $atime,$mtime,$ctime,$blksize,$blocks)
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_cd.c82 u_int32_t blksize; member in struct:cd_params
916 softc->params.blksize,
917 bp->bio_bcount / softc->params.blksize,
924 if (softc->params.blksize == 2352) {
1207 cdp->blksize = scsi_4btoul (rdcap->length);
1218 ((uintmax_t)cdp->disksize * cdp->blksize) /
1220 (uintmax_t)cdp->disksize, cdp->blksize);
1450 softc->params.blksize = scsi_4btoul(rdcap->length);
1453 if (softc->params.blksize == 0)
1465 if (softc->params.blksize > 204
[all...]
/freebsd-11-stable/sys/dev/sound/pci/
H A Dneomagic.c55 u_int32_t blksize, wmark; member in struct:sc_chinfo
359 ch->blksize = 0;
401 ch->blksize = blocksize;
423 ch->wmark = ch->blksize;
439 ch->wmark = ch->blksize;
498 sc->pch.wmark += sc->pch.blksize;
507 sc->rch.wmark += sc->rch.blksize;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-decnet.c606 int src, dst, info, blksize, eco, ueco, hello, other, vers; local
620 blksize = EXTRACT_LE_16BITS(cmp->cm_init.in_blksize);
628 dnaddr_string(ndo, src), blksize, vers, eco, ueco,
684 blksize = EXTRACT_LE_16BITS(cmp->cm_rhello.rh_blksize);
689 "vers %d eco %d ueco %d src %s blksize %d pri %d hello %d",
691 blksize, priority, hello));
707 blksize = EXTRACT_LE_16BITS(cmp->cm_ehello.eh_blksize);
716 "vers %d eco %d ueco %d src %s blksize %d rtr %s hello %d data %o",
718 blksize, dnaddr_string(ndo, dst), hello, other));
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dffs_balloc.c113 osize = blksize(fs, ip, nb);
363 osize = blksize(fs, ip, nb);
/freebsd-11-stable/sys/dev/ida/
H A Didareg.h268 u_int16_t blksize; /* block size in bytes */ member in struct:ida_phys_drv_info
/freebsd-11-stable/sys/fs/cd9660/
H A Diso.h265 #define blksize(imp, ip, lbn) ((imp)->logical_block_size) macro
H A Dcd9660_lookup.c450 bsize = blksize(imp, ip, lbn);
/freebsd-11-stable/sys/geom/part/
H A Dg_part_bsd64.c306 uint32_t blksize, ressize; local
317 blksize = pp->sectorsize < BLKSIZE ? BLKSIZE: pp->sectorsize;
318 blkmask = blksize - 1;
340 table->d_align = blksize;
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_inode.c457 size = blksize(fs, ip, lbn);
563 bsize = blksize(fs, ip, i);
583 oldspace = blksize(fs, ip, lastblock);
587 newspace = blksize(fs, ip, lastblock);
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3cdrom.c126 uint32_t blksize; member in struct:lv1_atapi_cmd
630 atapi_cmd.blksize = 1;
/freebsd-11-stable/contrib/opie/
H A Dopieftpd.c916 static VOIDRET send_data FUNCTION((instr, outstr, blksize), FILE *instr AND FILE *outstr AND off_t blksize) argument
950 if ((buf = malloc((u_int) blksize)) == NULL) {
957 while ((cnt = read(filefd, buf, (u_int) blksize)) > 0 &&

Completed in 400 milliseconds

12