Home
last modified time | relevance | path

Searched refs:vplist (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c1274 vnode_t *vp, **vplist; in r4flush() local
1288 vplist = kmem_alloc(num * sizeof (*vplist), KM_SLEEP); in r4flush()
1320 vplist[cnt++] = vp; in r4flush()
1364 vplist[cnt++] = vp; in r4flush()
1385 vp = vplist[cnt]; in r4flush()
1393 kmem_free(vplist, num * sizeof (*vplist)); in r4flush()
H A Dnfs_subr.c3057 vnode_t *vp, **vplist; in rflush() local
3071 vplist = kmem_alloc(num * sizeof (*vplist), KM_SLEEP); in rflush()
3103 vplist[cnt++] = vp; in rflush()
3147 vplist[cnt++] = vp; in rflush()
3168 vp = vplist[cnt]; in rflush()
3176 kmem_free(vplist, num * sizeof (*vplist)); in rflush()