Searched refs:nfsa_maxfilesize (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfsmount.h86 uint64_t nfsa_maxfilesize; /* maximum file size */ member in struct:nfs_fsattr
H A Dnfs4_subs.c509 nfsm_chain_get_64(error, nmc, nfsap->nfsa_maxfilesize);
H A Dnfs_vfsops.c578 if (nmp->nm_fsattr.nfsa_maxfilesize >= 0x100000000ULL)
784 nfsm_chain_get_64(error, &nmrep, nmp->nm_fsattr.nfsa_maxfilesize);
H A Dnfs_vnops.c5258 maxFileSize = nmp->nm_fsattr.nfsa_maxfilesize;

Completed in 166 milliseconds