Searched refs:offset_in_file (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c2122 u_int32_t offset_in_file; local
2196 offset_in_file = (u_int32_t)uio->uio_offset & PAGE_MASK;
2199 if (offset_in_file || offset_in_iovbase) {
4031 u_int32_t offset_in_file; local
4110 offset_in_file = (u_int32_t)uio->uio_offset & (devblocksize - 1);
4113 if (offset_in_file || offset_in_iovbase) {

Completed in 21 milliseconds