Searched refs:nfs_maxalloclen (Results 1 – 1 of 1) sorted by relevance
309 static uint64_t nfs_maxalloclen = 64 * 1024 * 1024; variable311 &nfs_maxalloclen, 0, "NFS max allocate/deallocate length");3846 if ((uint64_t)alen > nfs_maxalloclen) in nfs_allocate()3847 alen = nfs_maxalloclen; in nfs_allocate()3935 if ((uint64_t)mlen > nfs_maxalloclen) { in nfs_deallocate()3937 tlen = nfs_maxalloclen; in nfs_deallocate()