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

/freebsd-10.3-release/sys/nfsclient/
H A Dnfsargs.h63 int acregmax; /* cache attrs for reg files max time */ member in struct:nfs_args
H A Dnfs_vfsops.c703 if ((argp->flags & NFSMNT_ACREGMAX) && argp->acregmax >= 0)
704 nmp->nm_acregmax = argp->acregmax;
789 "wsize", "rsize", "retrans", "acregmin", "acregmax", "acdirmin",
829 .acregmax = NFS_MAXATTRTIMO,
995 if (vfs_getopt(mp->mnt_optnew, "acregmax", (void **)&opt, NULL) == 0) {
996 ret = sscanf(opt, "%d", &args.acregmax);
997 if (ret != 1 || args.acregmax < 0) {
998 vfs_mount_error(mp, "illegal acregmax: %s",
/freebsd-10.3-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-10.3-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c658 if ((argp->flags & NFSMNT_ACREGMAX) && argp->acregmax >= 0)
659 nmp->nm_acregmax = argp->acregmax;
731 "retrans", "actimeo", "acregmin", "acregmax", "acdirmin", "acdirmax",
769 .acregmax = NFS_MAXATTRTIMO,
822 args.acregmin = args.acregmax = 0;
949 args.acdirmin = args.acdirmax = args.acregmax = args.acregmin;
963 if (vfs_getopt(mp->mnt_optnew, "acregmax", (void **)&opt, NULL) == 0) {
964 ret = sscanf(opt, "%d", &args.acregmax);
965 if (ret != 1 || args.acregmax < 0) {
966 vfs_mount_error(mp, "illegal acregmax
[all...]

Completed in 104 milliseconds