Searched refs:acregmax (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/nfsclient/
H A Dnfsargs.h63 int acregmax; /* cache attrs for reg files max time */ member in struct:nfs_args
/freebsd-11.0-release/contrib/amd/libamu/
H A Dmount_fs.c380 /*** acregmax ***/
382 err_acrdmm = 1; /* 1 means we found no acregmax value */
384 nap->acregmax = acval; /* max ac timeout for reg files (sec) */
387 err_acrdmm = hasmntvalerr(mntp, MNTTAB_OPT_ACREGMAX, (int *) &nap->acregmax);
389 nap->acregmax = 0;
392 /* set this flag iff we changed acregmax (possibly to zero) */
987 plog(XLOG_DEBUG, "NA->acregmax = %d", (int) nap->acregmax);
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c663 if ((argp->flags & NFSMNT_ACREGMAX) && argp->acregmax >= 0)
664 nmp->nm_acregmax = argp->acregmax;
736 "retrans", "actimeo", "acregmin", "acregmax", "acdirmin", "acdirmax",
870 .acregmax = NFS_MAXATTRTIMO,
926 args.acregmin = args.acregmax = 0;
1053 args.acdirmin = args.acdirmax = args.acregmax = args.acregmin;
1067 if (vfs_getopt(mp->mnt_optnew, "acregmax", (void **)&opt, NULL) == 0) {
1068 ret = sscanf(opt, "%d", &args.acregmax);
1069 if (ret != 1 || args.acregmax < 0) {
1070 vfs_mount_error(mp, "illegal acregmax
[all...]

Completed in 115 milliseconds