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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dtcp_recv.c130 unsigned int map_off; local
140 map_off = 0;
146 to_copy = min_t(unsigned int, PAGE_SIZE - map_off,
153 (void *)map->m_page_addrs[map_page] + map_off,
158 map_off += to_copy;
159 if (map_off == PAGE_SIZE) {
160 map_off = 0;
H A Dib_recv.c611 unsigned int map_off; local
626 map_off = 0;
637 to_copy = min(RDS_FRAG_SIZE - frag_off, PAGE_SIZE - map_off);
643 dst = (void *)map->m_page_addrs[map_page] + map_off;
654 map_off += to_copy;
655 if (map_off == PAGE_SIZE) {
656 map_off = 0;
H A Diw_recv.c570 unsigned int map_off; local
585 map_off = 0;
596 to_copy = min(RDS_FRAG_SIZE - frag_off, PAGE_SIZE - map_off);
602 dst = (void *)map->m_page_addrs[map_page] + map_off;
613 map_off += to_copy;
614 if (map_off == PAGE_SIZE) {
615 map_off = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2_leaf.c772 xfs_dablk_t map_off; /* last mapped file offset */ local
813 map_off = xfs_dir2_db_to_da(mp, xfs_dir2_byte_to_db(mp, curoff));
864 map_off <
872 map_off,
874 XFS_DIR2_LEAF_OFFSET) - map_off,
893 map_off =
897 map_off =
926 curoff = xfs_dir2_da_to_byte(mp, map_off);

Completed in 95 milliseconds