| /src/external/bsd/am-utils/dist/include/ |
| nfs_common.h | 40 u_long acregmax; member in struct:nfs_common_args 55 #define GET_ACREGMAX(nap, a) nap->acregmax = a.acregmax; 56 #define PUT_ACREGMAX(nap, a) a.acregmax = nap->acregmax;
|
| /src/external/bsd/am-utils/dist/conf/mount/ |
| mount_aix3.c | 142 v2args.acregmax = v3args->acregmax; 169 v3args_bis.acregmax = v3args->acregmax;
|
| mount_aix.c | 136 v2args.acregmax = v3args->acregmax;
|
| mount_linux.c | 478 ca->acregmax = 60;
|
| /src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| nfs_prot_aix4_3.h | 237 int acregmax; /* attr cache file max secs */ member in struct:aix4_nfs_args 260 unsigned long acregmax; /* acregmax */ 289 unsigned long acregmax; /* acregmax */ member in struct:aix4_nfs_args_bis
|
| nfs_prot_linux.h | 252 int acregmax; /* 1 */ member in struct:nfs_args 280 int acregmax; /* 1 */ member in struct:nfs4_args
|
| nfs_prot_aix4_2.h | 237 unsigned long acregmax; /* acregmax */ member in struct:aix4_nfs_args
|
| nfs_prot_aix5_1.h | 238 unsigned long acregmax; /* acregmax */ member in struct:aix5_nfs_args
|
| nfs_prot_aix5_2.h | 100 # define MNTOPT_ACREGMAX "acregmax" /* max ac timeout for reg files (sec) */ 338 int acregmax; /* attr cache file max secs */ member in struct:aix5_nfs_args
|
| nfs_prot_irix5.h | 106 u_int acregmax; /* attr cache file max secs */ member in struct:irix5_nfs_args
|
| nfs_prot_hpux11.h | 330 int acregmax; /* attr cache file max secs */ member in struct:nfs_args
|
| nfs_prot_nextstep.h | 426 int acregmax; /* attr cache file max secs */ member in struct:nfs_args
|
| /src/sys/compat/sunos/ |
| sunos.h | 36 int acregmax; /* attr cache file max secs */ member in struct:sunos_nfs_args
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_osf1.h | 174 osf1_int acregmax; member in struct:osf1_nfs_args
|
| /src/external/bsd/am-utils/dist/libamu/ |
| mount_fs.c | 420 /*** acregmax ***/ 422 err_acrdmm = 1; /* 1 means we found no acregmax value */ 424 nap->acregmax = acval; /* max ac timeout for reg files (sec) */ 429 nap->acregmax = tmp; 431 nap->acregmax = 0; 434 /* set this flag iff we changed acregmax (possibly to zero) */ 666 plog(XLOG_DEBUG, "NA->acregmax = %lu", a->acregmax);
|
| /src/sys/fs/nfs/client/ |
| nfs_clvfsops.c | 665 if ((argp->flags & NFSMNT_ACREGMAX) && argp->acregmax >= 0) 666 nmp->nm_acregmax = argp->acregmax; 738 "retrans", "actimeo", "acregmin", "acregmax", "acdirmin", "acdirmax", 872 .acregmax = NFS_MAXATTRTIMO, 928 args.acregmin = args.acregmax = 0; 1055 args.acdirmin = args.acdirmax = args.acregmax = args.acregmin; 1069 if (vfs_getopt(mp->mnt_optnew, "acregmax", (void **)&opt, NULL) == 0) { 1070 ret = sscanf(opt, "%d", &args.acregmax); 1071 if (ret != 1 || args.acregmax < 0) { 1072 vfs_mount_error(mp, "illegal acregmax: %s" [all...] |