/src/sys/fs/udf/ |
udf_readwrite.c | 298 buf = getiobuf(ump->devvp, true); 319 nestbuf = getiobuf(NULL, true); 459 nestbuf = getiobuf(NULL, true); 495 buf = getiobuf(vp, true); 538 buf = getiobuf(vp, true); 585 buf = getiobuf(vp, true);
|
udf_strat_direct.c | 376 nestbuf = getiobuf(NULL, true);
|
udf_strat_rmw.c | 452 eccline->buf = getiobuf(NULL, true); 1144 nestbuf = getiobuf(NULL, true);
|
/src/sys/sys/ |
buf.h | 266 buf_t *getiobuf(struct vnode *, bool);
|
/src/sys/dev/ata/ |
ata_raid.c | 309 bp = getiobuf(vp, false);
|
/src/sys/arch/atari/dev/ |
md_root.c | 162 buf = getiobuf(NULL, false);
|
hdfd.c | 1483 bp = getiobuf(NULL, false);
|
/src/sys/dev/dm/ |
dm_target_stripe.c | 285 nestbuf = getiobuf(NULL, true);
|
dm_target_flakey.c | 405 nestbuf = getiobuf(NULL, true);
|
device-mapper.c | 668 nestbuf = getiobuf(NULL, true);
|
/src/sys/kern/ |
kern_physio.c | 285 bp = getiobuf(NULL, true);
|
vfs_bio.c | 2040 getiobuf(struct vnode *vp, bool waitok) function in typeref:typename:buf_t * 2101 * => 'bp' should be a buffer allocated by getiobuf.
|
/src/sys/miscfs/genfs/ |
genfs_io.c | 609 mbp = getiobuf(vp, true); 757 bp = getiobuf(vp, true); 1481 mbp = getiobuf(vp, true); 1561 bp = getiobuf(vp, true); 1718 bp = getiobuf(vp, true);
|
/src/sys/dev/ |
fss.c | 1044 mbp = getiobuf(NULL, true); 1058 bp = getiobuf(NULL, true); 1287 nbp = getiobuf(NULL, true);
|
/src/sys/ufs/chfs/ |
chfs_vfsops.c | 581 bp = getiobuf(vp, true); 608 bp = getiobuf(vp, true);
|
chfs_vnops.c | 279 bp = getiobuf(vp, true); 1293 bp = getiobuf(vp, true);
|
/src/sys/ufs/lfs/ |
lfs_bio.c | 731 bp = getiobuf(NULL, true);
|
lfs_vfsops.c | 2222 mbp = getiobuf(NULL, true); 2288 bp = getiobuf(NULL, true);
|
/src/sys/dev/dkwedge/ |
dk.c | 1220 bp = getiobuf(bdvp, true); 1586 nbp = getiobuf(sc->sc_parent->dk_rawvp, false);
|
/src/sys/arch/hp300/dev/ |
mt.c | 446 bp = getiobuf(NULL, true);
|
/src/sys/fs/nilfs/ |
nilfs_vnops.c | 445 nbp = getiobuf(NULL, true);
|
/src/sys/uvm/ |
uvm_swap.c | 1882 bp = getiobuf(swapdev_vp, curlwp != uvm.pagedaemon_lwp);
|
/src/sys/dev/isa/ |
fd.c | 1610 bp = getiobuf(NULL, false);
|
/src/sys/arch/acorn32/mainbus/ |
fd.c | 1453 bp = getiobuf(NULL, false);
|
/src/sys/arch/x68k/dev/ |
fd.c | 1819 bp = getiobuf(NULL, false);
|