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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c1675 fattr4_maxfilesize maxfilesize; local
1703 na->maxfilesize = MAXOFF32_T;
1706 na->maxfilesize = INT64_MAX;
1708 na->maxfilesize = ((1LL << (val - 1)) - 1);
1730 maxfilesize = MAXOFF32_T;
1733 maxfilesize = INT64_MAX;
1735 maxfilesize = ((1LL << (val - 1)) - 1);
1737 if (na->maxfilesize != maxfilesize)
H A Dnfs4_srv_readdir.c240 uint64_t maxfilesize; member in struct:__anon189
252 pce->maxfilesize = 0;
269 pce->maxfilesize = MAXOFF32_T;
272 pce->maxfilesize = INT64_MAX;
274 pce->maxfilesize = ((1LL << (pc_val - 1)) - 1);
1149 IXDR_PUT_HYPER(ptr, pce.maxfilesize);
H A Dnfs3_vfsops.c1283 /* Pick up smallest non-zero maxfilesize value */
1284 if (res.resok.maxfilesize) {
1287 res.resok.maxfilesize);
1289 mi->mi_maxfilesize = res.resok.maxfilesize;
H A Dnfs3_srv.c3870 * Large file spec: want maxfilesize based on limit of
3886 resp->resok.maxfilesize = MAXOFF32_T;
3889 resp->resok.maxfilesize = INT64_MAX;
3891 resp->resok.maxfilesize = (1LL << (l-1)) - 1;
H A Dnfs3_xdr.c2595 if (!xdr_u_longlong_t(xdrs, &resokp->maxfilesize))
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_attr.h336 fattr4_maxfilesize maxfilesize; member in union:nfs4_attr_u
H A Dnfs.h1985 size3 maxfilesize; member in struct:FSINFO3resok
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x1125 size3 maxfilesize;

Completed in 75 milliseconds