Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clvnops.c2645 struct buf **bvec = NULL; in ncl_flush() local
2672 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 …]
/freebsd-9-stable/sys/nfsclient/
Dnfs_vnops.c2986 struct buf **bvec = NULL; in nfs_flush() local
3012 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 …]