Home
last modified time | relevance | path

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

/src/sys/fs/nfsclient/
H A Dnfs_clvnops.c3104 struct buf **bvec = NULL; in ncl_flush() local
3132 if (bvec != NULL && bvec != bvec_on_stack) in ncl_flush()
3133 free(bvec, M_TEMP); in ncl_flush()
3157 bvec = (struct buf **) in ncl_flush()
3161 if (bvec == NULL) { in ncl_flush()
3162 bvec = bvec_on_stack; in ncl_flush()
3167 bvec = bvec_on_stack; in ncl_flush()
3217 bvec[bvecpos++] = bp; in ncl_flush()
3242 bp = bvec[i]; in ncl_flush()
3262 bp = bvec[i]; in ncl_flush()
[all …]