Searched refs:ACMAXMAX (Results 1 – 4 of 4) sorted by relevance
170 mi->mi_acregmax = SEC2HR(ACMAXMAX); in nfs4_setopts()173 acregmax), ACMAXMAX)); in nfs4_setopts()184 mi->mi_acdirmax = SEC2HR(ACMAXMAX); in nfs4_setopts()187 acdirmax), ACMAXMAX)); in nfs4_setopts()
538 mi->mi_acregmax = ACMAXMAX; in nfs_setopts()541 ACMAXMAX); in nfs_setopts()554 mi->mi_acdirmax = ACMAXMAX; in nfs_setopts()557 ACMAXMAX); in nfs_setopts()
2457 args->acregmax = ACMAXMAX; in init_mountopts()2461 args->acdirmax = ACMAXMAX; in init_mountopts()
51 #define ACMAXMAX 36000 /* 10 hr is longest max timeout */ macro