Searched refs:GETBLK_KVABIO (Results 1 – 12 of 12) sorted by relevance
| /dragonfly/sys/kern/ |
| HD | vfs_cluster.c | 236 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()
|
| HD | vfs_bio.c | 907 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/ |
| HD | buf.h | 212 #define GETBLK_KVABIO 0x0010 /* request a B_KVABIO buffer */ macro
|
| /dragonfly/usr.sbin/makefs/hammer2/ |
| HD | hammer2_vnops.c | 1126 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()
|
| HD | hammer2_compat.h | 125 #define GETBLK_KVABIO 0x0010 macro
|
| HD | hammer2_io.c | 272 GETBLK_KVABIO, 0); in _hammer2_io_getblk()
|
| HD | hammer2_flush.c | 1525 HAMMER2_VOLUME_BYTES, GETBLK_KVABIO, 0); in hammer2_xop_inode_flush()
|
| /dragonfly/sys/vfs/fuse/ |
| HD | fuse_vnops.c | 1370 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/ |
| HD | hammer2_vnops.c | 927 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()
|
| HD | hammer2_io.c | 269 GETBLK_KVABIO, 0); in _hammer2_io_getblk()
|
| HD | hammer2_flush.c | 1519 HAMMER2_VOLUME_BYTES, GETBLK_KVABIO, 0); in hammer2_xop_inode_flush()
|
| /dragonfly/sys/vfs/tmpfs/ |
| HD | tmpfs_vnops.c | 604 node->tn_blksize, GETBLK_KVABIO); in tmpfs_read()
|