HomeSort by: relevance | last modified time | path
    Searched refs:n_accesscache (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/client/
nfsnode.h 99 struct nfs_accesscache n_accesscache[NFS_ACCESSCACHESIZE]; member in struct:nfsnode
nfs_clnode.c 350 np->n_accesscache[i].stamp = 0;
nfs_clvnops.c 303 if (np->n_accesscache[i].uid == cred->cr_uid) {
304 np->n_accesscache[i].mode = rmode;
305 np->n_accesscache[i].stamp = time_second;
308 if (i > 0 && np->n_accesscache[i].stamp <
309 np->n_accesscache[lrupos].stamp)
313 np->n_accesscache[lrupos].uid = cred->cr_uid;
314 np->n_accesscache[lrupos].mode = rmode;
315 np->n_accesscache[lrupos].stamp = time_second;
414 if (ap->a_cred->cr_uid == np->n_accesscache[i].uid) {
415 if (time_second < (np->n_accesscache[i].stam
    [all...]

Completed in 13 milliseconds