Searched refs:fs_maxfilesize (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/tools/tools/find-sb/
H A Dmini_ufs.h146 u_int64_t fs_maxfilesize; /* maximum representable file size */ member in struct:fs
/freebsd-11.0-release/sbin/dumpfs/
H A Ddumpfs.c209 (uintmax_t)afs.fs_maxfilesize);
225 (uintmax_t)afs.fs_maxfilesize);
/freebsd-11.0-release/usr.sbin/makefs/ffs/
H A Dffs_bswap.c113 n->fs_maxfilesize = bswap64(o->fs_maxfilesize);
H A Dmkfs.c289 sblock.fs_maxfilesize = sblock.fs_bsize * NDADDR - 1;
292 sblock.fs_maxfilesize += sizepb;
/freebsd-11.0-release/sbin/fsck_ffs/
H A Dpass1.c279 kernmaxfilesize = sblock.fs_maxfilesize;
281 DIP(dp, di_size) > sblock.fs_maxfilesize ||
/freebsd-11.0-release/sbin/growfs/
H A Ddebug.c322 ((unsigned int *)&(sb->fs_maxfilesize))[1],
323 ((unsigned int *)&(sb->fs_maxfilesize))[0]);
/freebsd-11.0-release/contrib/tcpdump/
H A Dnfs.h427 nfsuint64 fs_maxfilesize; member in struct:nfsv3_fsinfo
H A Dprint-nfs.c1428 EXTRACT_64BITS((uint32_t *)&sfp->fs_maxfilesize)));
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clport.c1039 if (fsp->fs_maxfilesize > 0 &&
1040 fsp->fs_maxfilesize < nmp->nm_maxfilesize)
1041 nmp->nm_maxfilesize = fsp->fs_maxfilesize;
H A Dnfs_clrpcops.c4211 fsp->fs_maxfilesize = fxdr_hyper(tl);
/freebsd-11.0-release/sbin/newfs/
H A Dmkfs.c304 sblock.fs_maxfilesize = sblock.fs_bsize * NDADDR - 1;
307 sblock.fs_maxfilesize += sizepb;
311 * It's impossible to create a snapshot in case that fs_maxfilesize
314 if (sblock.fs_maxfilesize < (u_quad_t)fssize) {
/freebsd-11.0-release/sys/nfs/
H A Dnfsproto.h685 nfsuint64 fs_maxfilesize; member in struct:nfsv3_fsinfo
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs_commonport.c295 sip->fs_maxfilesize = 0xffffffffffffffffull;
H A Dnfsproto.h1310 u_int64_t fs_maxfilesize; member in struct:nfsfsinfo
H A Dnfs_commonsubs.c871 fsp->fs_maxfilesize = 0xffffffffffffffffull;
1302 fsp->fs_maxfilesize = tnfsquad.qval;
/freebsd-11.0-release/sys/ufs/ffs/
H A Dfs.h357 u_int64_t fs_maxfilesize; /* maximum representable file size */ member in struct:fs
H A Dffs_vfsops.c1143 fs->fs_maxfilesize = ((uint64_t)1 << 31) - 1;
1148 ump->um_savedmaxfilesize = fs->fs_maxfilesize;
1150 if (fs->fs_maxfilesize > maxfilesize)
1151 fs->fs_maxfilesize = maxfilesize;
1186 fs->fs_maxfilesize = ump->um_savedmaxfilesize;
H A Dffs_vnops.c482 uio->uio_offset >= fs->fs_maxfilesize)
704 if ((uoff_t)uio->uio_offset + uio->uio_resid > fs->fs_maxfilesize)
H A Dffs_inode.c208 if (length > fs->fs_maxfilesize)
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c2113 txdr_hyper(fs.fs_maxfilesize, tl);

Completed in 143 milliseconds