Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/nfsclient/
H A Dnfs_clvnops.c2945 if (bvec != NULL && bvec != bvec_on_stack) in ncl_flush()
2946 free(bvec, M_TEMP); in ncl_flush()
2970 bvec = (struct buf **) in ncl_flush()
2974 if (bvec == NULL) { in ncl_flush()
2980 bvec = bvec_on_stack; in ncl_flush()
3030 bvec[bvecpos++] = bp; in ncl_flush()
3055 bp = bvec[i]; in ncl_flush()
3075 bp = bvec[i]; in ncl_flush()
3214 if (bvec != NULL && bvec != bvec_on_stack) in ncl_flush()
3215 free(bvec, M_TEMP); in ncl_flush()
[all …]