OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acregmax
(Results
1 - 3
of
3
) sorted by relevancy
/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/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
...]
Completed in 14 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025