Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/nfs/client/
Dnfs_clvnops.c2656 int bvecsize = 0, bveccount; in ncl_flush() local
2682 bveccount = 0; in ncl_flush()
2688 bveccount++; in ncl_flush()
2696 if (bveccount > NFS_COMMITBVECSIZ) { in ncl_flush()
2703 malloc(bveccount * sizeof(struct buf *), in ncl_flush()
2710 bvecsize = bveccount; in ncl_flush()