Searched refs:runl (Results 1 – 1 of 1) sorted by relevance
/dragonfly/sys/vfs/hpfs/ |
H A D | hpfs_vnops.c | 307 int runl; in hpfs_read() local 322 error = hpfs_hpbmap(hp, lbn, &bn, &runl); in hpfs_read() 326 toread = min(off + resid, min(64*1024, (runl+1)*DEV_BSIZE)); in hpfs_read() 329 bn, runl, toread, xfersz)); in hpfs_read() 366 int runl; in hpfs_write() local 390 error = hpfs_hpbmap(hp, lbn, &bn, &runl); in hpfs_write() 395 min(64*1024, (runl+1)*DEV_BSIZE)); in hpfs_write() 398 bn, runl, towrite, xfersz)); in hpfs_write()
|