HomeSort by: relevance | last modified time | path
    Searched defs:clval (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clvfsops.c 1375 static u_int64_t clval = 0; local in function:mountnfs
1389 if (clval == 0)
1390 clval = (u_int64_t)nfsboottime.tv_sec;
1391 nmp->nm_clval = clval++;
nfs_clvfsops.c 1375 static u_int64_t clval = 0; local in function:mountnfs
1389 if (clval == 0)
1390 clval = (u_int64_t)nfsboottime.tv_sec;
1391 nmp->nm_clval = clval++;

Completed in 23 milliseconds