Home
last modified time | relevance | path

Searched refs:acregmax (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fs/
H A Dsmbfs_mount.h79 int acregmax; /* attr cache file max secs */ member
96 int32_t acregmax; /* attr cache file max secs */ member
H A Dcachefs_fscache.h214 uint_t acregmin, uint_t acregmax, uint_t acdirmin, uint_t acdirmax);
/titanic_44/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c85 int acregmax; /* attr cache file max secs */ member
153 na->acregmax = nfsa->acregmax; in mount()
/titanic_44/usr/src/uts/common/nfs/
H A Dmount.h80 int acregmax; /* attr cache file max secs */ member
116 int32_t acregmax; /* attr cache file max secs */ member
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h83 int acregmax; /* attr cache file max secs */ member
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c169 if (STRUCT_FGET(args, acregmax) < 0) in nfs4_setopts()
173 acregmax), ACMAXMAX)); in nfs4_setopts()
H A Dnfs_common.c537 if (STRUCT_FGET(args, acregmax) < 0) in nfs_setopts()
540 mi->mi_acregmax = MIN(STRUCT_FGET(args, acregmax), in nfs_setopts()
H A Dnfs_dlinet.c2457 args->acregmax = ACMAXMAX; in init_mountopts()
2614 args->acregmax = atoi(val); in init_mountopts()
2632 args->acregmax = atoi(val); in init_mountopts()
H A Dnfs_vfsops.c290 nargs->acregmax = STRUCT_FGET(args, acregmax); in nfs_copyin()
H A Dnfs3_vfsops.c281 nargs->acregmax = STRUCT_FGET(args, acregmax); in nfs3_copyin()
H A Dnfs4_vfsops.c497 nargs->acregmax = STRUCT_FGET(args, acregmax); in nfs4_copyin()
H A Dnfs4_stub_vnops.c2020 nargs->acregmax = HR2SEC(mi->mi_acregmax); in nfs4_trigger_nargs_create()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_fscache.c580 uint_t acregmin, uint_t acregmax, uint_t acdirmin, uint_t acdirmax) in fscache_acset() argument
583 if (acregmin > acregmax) in fscache_acset()
584 acregmin = acregmax; in fscache_acset()
589 if (acregmax != 0) in fscache_acset()
590 fscp->fs_acregmax = acregmax; in fscache_acset()
/titanic_44/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c493 mdatap->acdirmax = mdatap->acregmax = val; in setsubopt()
514 mdatap->acregmax = val; in setsubopt()
/titanic_44/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1089 if (convert_int(&args->acregmax, val) != 0) in set_args()
1092 = args->acregmax; in set_args()
1104 if (convert_int(&args->acregmax, val) != 0) in set_args()
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c536 sec = STRUCT_FGET(args, acregmax); in smbfs_mount()
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2170 if (nopt(&m, MNTOPT_ACTIMEO, &argp->acregmax)) { in nfsmount()
2176 = argp->acregmax; in nfsmount()
2181 if (nopt(&m, MNTOPT_ACREGMAX, &argp->acregmax)) { in nfsmount()