Home
last modified time | relevance | path

Searched refs:MAXBSIZE (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/usr.bin/wc/tests/
H A Dwc_test.sh17 MAXBSIZE=65536
170 atf_check_not_equal 0 $((MAXBSIZE % 5))
172 if [ $((MAXBSIZE % 5)) -eq 4 ] ; then
178 while [ $c -le $MAXBSIZE ] ; do
/freebsd/usr.bin/split/tests/
H A Dsplit_test.sh29 : ${MAXBSIZE:=65536}
47 bsize=$((MAXBSIZE + 12))
128 jot -s "" -b "a" ${MAXBSIZE} > foo-aa
129 jot -ns "" -b "b" ${MAXBSIZE} > foo-ab
130 jot -s "" -b "c" ${MAXBSIZE} >> foo-ab
/freebsd/sys/fs/cd9660/
H A Dcd9660_bmap.c83 else if (nblk >= (MAXBSIZE >> bshift)) in cd9660_bmap()
84 *ap->a_runp = (MAXBSIZE >> bshift) - 1; in cd9660_bmap()
/freebsd/tools/build/cross-build/include/linux/
H A Dlimits.h54 #ifndef MAXBSIZE
55 #define MAXBSIZE 65536 /* must be power of 2 */ macro
/freebsd/sbin/dump/
H A Dcache.c57 if ((BlockSize = sblock->fs_bsize * BLKFACTOR) > MAXBSIZE) in cinit()
58 BlockSize = MAXBSIZE; in cinit()
H A Dtraverse.c328 ufs1_daddr_t ufs1[MAXBSIZE / sizeof(ufs1_daddr_t)]; in dirindir()
329 ufs2_daddr_t ufs2[MAXBSIZE / sizeof(ufs2_daddr_t)]; in dirindir()
573 ufs1_daddr_t ufs1[MAXBSIZE / sizeof(ufs1_daddr_t)]; in dmpindir()
574 ufs2_daddr_t ufs2[MAXBSIZE / sizeof(ufs2_daddr_t)]; in dmpindir()
/freebsd/lib/libufs/
H A Dlibufs.h51 char d_buf[MAXBSIZE]; /* cylinder group storage */
55 char d_inos[MAXBSIZE]; /* inode block as buffer */
/freebsd/sys/sys/
H A Dparam.h291 #define MAXBSIZE 65536 /* must be power of 2 */ macro
293 #define MAXBCACHEBUF MAXBSIZE /* must be a power of 2 >= MAXBSIZE */
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dparam.h46 #define MAXBSIZE 8192 macro
/freebsd/tools/test/stress2/tools/
H A Dzapsb.c55 sbp->fs_bsize <= MAXBSIZE && in main()
/freebsd/sbin/tunefs/
H A Dtunefs.c65 static char clrbuf[MAXBSIZE];
625 char block[MAXBSIZE]; in dir_search()
715 char block[MAXBSIZE]; in dir_insert()
743 char block[MAXBSIZE]; in dir_extend()
840 char indirbuf[MAXBSIZE]; in indir_fill()
/freebsd/sbin/ffsinfo/
H A Dffsinfo.c87 static char i1blk[MAXBSIZE];
88 static char i2blk[MAXBSIZE];
89 static char i3blk[MAXBSIZE];
/freebsd/contrib/netbsd-tests/fs/ffs/
H A Dt_mount.c108 "ffs.img > /dev/null", MAXBSIZE * 2); in ATF_TC_BODY()
/freebsd/sbin/newfs/
H A Dmkfs.c202 if (sblock.fs_bsize > MAXBSIZE) { in mkfs()
204 sblock.fs_bsize, MAXBSIZE); in mkfs()
205 sblock.fs_bsize = MAXBSIZE; in mkfs()
212 if (sblock.fs_fsize > MAXBSIZE) { in mkfs()
214 sblock.fs_fsize, MAXBSIZE); in mkfs()
215 sblock.fs_fsize = MAXBSIZE; in mkfs()
H A Dnewfs.c200 if (bsize > MAXBSIZE) in main()
202 optarg, MAXBSIZE); in main()
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test.c93 char buffer[MAXBSIZE]; in read_fd()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h70 #define MAXBSIZE 8192 macro
/freebsd/usr.bin/random/
H A Drandomize_fd.c111 buflen = sizeof(u_char) * MAXBSIZE; in randomize_fd()
/freebsd/sbin/restore/
H A Dtape.c65 static long fssize = MAXBSIZE;
256 if (stbuf.st_blksize >= TP_BSIZE && stbuf.st_blksize <= MAXBSIZE) in setup()
852 char buf[MAXBSIZE]; in skiphole()
875 char buf[MAXBSIZE / TP_BSIZE][TP_BSIZE]; in getfile()
/freebsd/sbin/quotacheck/
H A Dquotacheck.c69 char dummy[MAXBSIZE];
74 char dummy[MAXBSIZE];
/freebsd/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c576 static char buf[MAXBSIZE]; in cp()
583 while ((rcount = read(from_fd, buf, MAXBSIZE)) > 0) { in cp()
/freebsd/usr.bin/wc/
H A Dwc.c205 static char buf[MAXBSIZE]; in cnt()
/freebsd/usr.bin/split/
H A Dsplit.c213 static char bfr[MAXBSIZE]; in split1()
/freebsd/sys/fs/ext2fs/
H A Dext2_balloc.c306 MAXBSIZE, seqcount, 0, &nbp); in ext2_balloc()
/freebsd/sys/fs/udf/
H A Dudf_vnops.c1093 else if (nblk >= (MAXBSIZE >> node->udfmp->bshift)) in udf_bmap()
1094 *a->a_runp = (MAXBSIZE >> node->udfmp->bshift) - 1; in udf_bmap()
1346 *size = min(*size, MAXBSIZE - off); in udf_readatoffset()

12