Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clvnops.c2958 if (bvec != NULL && bvec != bvec_on_stack) in ncl_flush()
2959 free(bvec, M_TEMP); in ncl_flush()
2983 bvec = (struct buf **) in ncl_flush()
2987 if (bvec == NULL) { in ncl_flush()
2993 bvec = bvec_on_stack; in ncl_flush()
3043 bvec[bvecpos++] = bp; in ncl_flush()
3068 bp = bvec[i]; in ncl_flush()
3088 bp = bvec[i]; in ncl_flush()
3242 if (bvec != NULL && bvec != bvec_on_stack) in ncl_flush()
3243 free(bvec, M_TEMP); in ncl_flush()
[all …]