Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c3101 struct buf **bvec = NULL; in ncl_flush() local
3129 if (bvec != NULL && bvec != bvec_on_stack) in ncl_flush()
3130 free(bvec, M_TEMP); in ncl_flush()
3154 bvec = (struct buf **) in ncl_flush()
3158 if (bvec == NULL) { in ncl_flush()
3159 bvec = bvec_on_stack; in ncl_flush()
3164 bvec = bvec_on_stack; in ncl_flush()
3214 bvec[bvecpos++] = bp; in ncl_flush()
3239 bp = bvec[i]; in ncl_flush()
3259 bp = bvec[i]; in ncl_flush()
[all …]