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

  /src/sys/fs/nfs/client/
nfs_clvnops.c 290 int error = 0, attrflag, i, lrupos; local in function:nfs34_access_otw
300 lrupos = 0;
309 np->n_accesscache[lrupos].stamp)
310 lrupos = i;
313 np->n_accesscache[lrupos].uid = cred->cr_uid;
314 np->n_accesscache[lrupos].mode = rmode;
315 np->n_accesscache[lrupos].stamp = time_second;

Completed in 13 milliseconds