Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
H A Dnfs_vfsops.c875 if ((argp->flags & NFSMNT_ACREGMAX) && argp->acregmax >= 0) in nfs_decode_args()
876 nmp->nm_acregmax = argp->acregmax; in nfs_decode_args()
H A Dnfs.h144 int acregmax; /* cache attrs for reg files max time */ member
/dragonfly/sbin/mount_nfs/
H A Dmount_nfs.c363 nfsargsp->acregmax = atoi(strstr(optarg, in main()