Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c2925 u_int bvecsize = 0, bveccount; in ncl_flush() local
2952 bveccount = 0; in ncl_flush()
2958 bveccount++; in ncl_flush()
2966 if (bveccount > NFS_COMMITBVECSIZ) { in ncl_flush()
2973 malloc(bveccount * sizeof(struct buf *), in ncl_flush()
2980 bvecsize = bveccount; in ncl_flush()