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.c2919 struct buf **bvec = NULL; in ncl_flush() local
2947 if (bvec != NULL && bvec != bvec_on_stack) in ncl_flush()
2948 free(bvec, M_TEMP); in ncl_flush()
2972 bvec = (struct buf **) in ncl_flush()
2976 if (bvec == NULL) { in ncl_flush()
2977 bvec = bvec_on_stack; in ncl_flush()
2982 bvec = bvec_on_stack; in ncl_flush()
3032 bvec[bvecpos++] = bp; in ncl_flush()
3057 bp = bvec[i]; in ncl_flush()
3077 bp = bvec[i]; in ncl_flush()
[all …]