Searched refs:bvec (Results 1 – 2 of 2) sorted by relevance
2645 struct buf **bvec = NULL; in ncl_flush() local2672 if (bvec != NULL && bvec != bvec_on_stack) in ncl_flush()2673 free(bvec, M_TEMP); in ncl_flush()2697 bvec = (struct buf **) in ncl_flush()2701 if (bvec == NULL) { in ncl_flush()2702 bvec = bvec_on_stack; in ncl_flush()2707 bvec = bvec_on_stack; in ncl_flush()2757 bvec[bvecpos++] = bp; in ncl_flush()2782 bp = bvec[i]; in ncl_flush()2802 bp = bvec[i]; in ncl_flush()[all …]
2986 struct buf **bvec = NULL; in nfs_flush() local3012 if (bvec != NULL && bvec != bvec_on_stack) in nfs_flush()3013 free(bvec, M_TEMP); in nfs_flush()3037 bvec = (struct buf **) in nfs_flush()3041 if (bvec == NULL) { in nfs_flush()3042 bvec = bvec_on_stack; in nfs_flush()3047 bvec = bvec_on_stack; in nfs_flush()3097 bvec[bvecpos++] = bp; in nfs_flush()3122 bp = bvec[i]; in nfs_flush()3142 bp = bvec[i]; in nfs_flush()[all …]