MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vn_off2bidx

Function vn_off2bidx

freebsd/vm/vnode_pager.c:1243–1248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

vn_dirty_blkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected