Searched refs:nfs_maxalloclen (Results 1 – 1 of 1) sorted by relevance
302 static uint64_t nfs_maxalloclen = 64 * 1024 * 1024; variable304 &nfs_maxalloclen, 0, "NFS max allocate/deallocate length");3746 if ((uint64_t)alen > nfs_maxalloclen) in nfs_allocate()3747 alen = nfs_maxalloclen; in nfs_allocate()