| 1241 | } |
| 1242 | |
| 1243 | static int |
| 1244 | vn_off2bidx(vm_ooffset_t offset) |
| 1245 | { |
| 1246 | |
| 1247 | return ((offset & PAGE_MASK) / DEV_BSIZE); |
| 1248 | } |
| 1249 | |
| 1250 | static bool |
| 1251 | vn_dirty_blk(vm_page_t m, vm_ooffset_t offset) |
no outgoing calls
no test coverage detected