Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/nfsclient/
H A Dnfs_clvnops.c2714 if (bvec != NULL && bvec != bvec_on_stack) in ncl_flush()
2715 free(bvec, M_TEMP); in ncl_flush()
2739 bvec = (struct buf **) in ncl_flush()
2743 if (bvec == NULL) { in ncl_flush()
2749 bvec = bvec_on_stack; in ncl_flush()
2799 bvec[bvecpos++] = bp; in ncl_flush()
2824 bp = bvec[i]; in ncl_flush()
2844 bp = bvec[i]; in ncl_flush()
3001 if (bvec != NULL && bvec != bvec_on_stack) in ncl_flush()
3002 free(bvec, M_TEMP); in ncl_flush()
[all …]