Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDvfs_cluster.c483 GETBLK_SZMATCH | GETBLK_NOWAIT | GETBLK_KVABIO, in cluster_readx()
818 GETBLK_SZMATCH | GETBLK_NOWAIT | GETBLK_KVABIO, in cluster_readcb()
967 GETBLK_SZMATCH | in cluster_rbuild()
1747 last_bp->b_bcount, GETBLK_SZMATCH | in cluster_collectbufs()
HDvfs_bio.c2799 if ((blkflags & GETBLK_SZMATCH) && size != bp->b_bcount) { in getblk()
/dragonfly/sys/sys/
HDbuf.h210 #define GETBLK_SZMATCH 0x0004 /* pre-existing buffer must match */ macro