Searched defs:maxfilesize (Results 1 - 4 of 4) 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);
/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

Completed in 81 milliseconds