Searched refs:nfs_maxalloclen (Results 1 – 1 of 1) sorted by relevance
303 static uint64_t nfs_maxalloclen = 64 * 1024 * 1024; variable305 &nfs_maxalloclen, 0, "NFS max allocate/deallocate length");3649 if ((uint64_t)alen > nfs_maxalloclen) in nfs_allocate()3650 alen = nfs_maxalloclen; in nfs_allocate()3734 if ((uint64_t)mlen > nfs_maxalloclen) { in nfs_deallocate()3736 tlen = nfs_maxalloclen; in nfs_deallocate()