Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDvfs_cluster.c236 int blkflags = (bflags & B_KVABIO) ? GETBLK_KVABIO : 0; in cluster_readx()
483 GETBLK_SZMATCH | GETBLK_NOWAIT | GETBLK_KVABIO, in cluster_readx()
580 int blkflags = (bflags & B_KVABIO) ? GETBLK_KVABIO : 0; in cluster_readcb()
818 GETBLK_SZMATCH | GETBLK_NOWAIT | GETBLK_KVABIO, in cluster_readcb()
969 GETBLK_KVABIO, in cluster_rbuild()
HDvfs_bio.c907 int blkflags = (bflags & B_KVABIO) ? GETBLK_KVABIO : 0; in breadnx()
929 rabp = getblk(vp, *raoffset, *rabsize, GETBLK_KVABIO, 0); in breadnx()
2649 if (blkflags & GETBLK_KVABIO) in getcacheblk()
2984 if (bp && (blkflags & GETBLK_KVABIO) == 0) { in getblk()
/dragonfly/sys/sys/
HDbuf.h212 #define GETBLK_KVABIO 0x0010 /* request a B_KVABIO buffer */ macro
/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_vnops.c1126 GETBLK_BHEAVY | GETBLK_KVABIO, 0); in hammer2_read_file()
1153 GETBLK_BHEAVY | GETBLK_KVABIO, 0); in hammer2_read_file()
1302 GETBLK_BHEAVY | GETBLK_KVABIO, 0); in hammer2_write_file()
1317 GETBLK_BHEAVY | GETBLK_KVABIO, 0); in hammer2_write_file()
HDhammer2_compat.h125 #define GETBLK_KVABIO 0x0010 macro
HDhammer2_io.c272 GETBLK_KVABIO, 0); in _hammer2_io_getblk()
HDhammer2_flush.c1525 HAMMER2_VOLUME_BYTES, GETBLK_KVABIO, 0); in hammer2_xop_inode_flush()
/dragonfly/sys/vfs/fuse/
HDfuse_vnops.c1370 FUSE_BLKSIZE, GETBLK_KVABIO); in fuse_vop_read()
1551 GETBLK_BHEAVY | GETBLK_KVABIO, 0); in fuse_vop_write()
1565 GETBLK_BHEAVY | GETBLK_KVABIO, 0); in fuse_vop_write()
/dragonfly/sys/vfs/hammer2/
HDhammer2_vnops.c927 GETBLK_BHEAVY | GETBLK_KVABIO, 0); in hammer2_read_file()
1085 GETBLK_BHEAVY | GETBLK_KVABIO, 0); in hammer2_write_file()
1098 GETBLK_BHEAVY | GETBLK_KVABIO, 0); in hammer2_write_file()
HDhammer2_io.c269 GETBLK_KVABIO, 0); in _hammer2_io_getblk()
HDhammer2_flush.c1519 HAMMER2_VOLUME_BYTES, GETBLK_KVABIO, 0); in hammer2_xop_inode_flush()
/dragonfly/sys/vfs/tmpfs/
HDtmpfs_vnops.c604 node->tn_blksize, GETBLK_KVABIO); in tmpfs_read()