Searched refs:maxfilesize (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dsetup.c169 u_int64_t maxfilesize; local
339 maxfilesize = calcmaxfilesize(fs->lfs_bshift);
379 if (fs->lfs_maxfilesize != maxfilesize) {
383 (unsigned long long) maxfilesize, (int)fs->lfs_bshift);
387 fs->lfs_maxfilesize = maxfilesize;
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dsetup.c93 u_int64_t maxfilesize; local
230 maxfilesize = sblock->fs_bsize * NDADDR - 1;
233 maxfilesize += sizepb;
343 if (sblock->fs_maxfilesize != maxfilesize) {
346 sblock->fs_maxfilesize = maxfilesize;
408 sblock->fs_maxfilesize = maxfilesize;
/netbsd-6-1-5-RELEASE/sbin/fsck_ext2fs/
H A Dsetup.c101 u_int64_t maxfilesize; local
183 maxfilesize = sblock.e2fs_bsize * NDADDR - 1;
186 maxfilesize += sizepb;
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dextern.h277 LLT maxfilesize; /* Maximum file size of uploads */ member in struct:ftpclass
H A Dconf.c101 curclass.maxfilesize = DEFAULT_MAXFILESIZE;
364 } else if (strcasecmp(word, "maxfilesize") == 0) {
365 curclass.maxfilesize = DEFAULT_MAXFILESIZE;
366 CONF_LL(maxfilesize, arg, -1, LLTMAX);
H A Dftpd.c2379 if (curclass.maxfilesize != -1 && \
2380 (x) > curclass.maxfilesize) { \
2729 if (curclass.maxfilesize == -1)
2733 (LLT)curclass.maxfilesize);
/netbsd-6-1-5-RELEASE/sbin/newfs_lfs/
H A Dmake_lfs.c203 static uint64_t maxfilesize(int);
209 maxfilesize(int bshift) function
483 fs->lfs_maxfilesize = maxfilesize(fs->lfs_bshift);
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dffs_vfsops.c1320 off_t maxfilesize; local
1369 maxfilesize = (u_int64_t)0x80000000 * fs->fs_bsize - 1;
1370 if (fs->fs_maxfilesize > maxfilesize)
1371 fs->fs_maxfilesize = maxfilesize;
/netbsd-6-1-5-RELEASE/lib/librpcsvc/
H A Dnfs_prot.x1058 size3 maxfilesize;

Completed in 261 milliseconds