Searched refs:map_off (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/rds/ |
D | tcp_recv.c | 110 unsigned int map_off; in rds_tcp_cong_recv() local 120 map_off = 0; in rds_tcp_cong_recv() 126 to_copy = min_t(unsigned int, PAGE_SIZE - map_off, in rds_tcp_cong_recv() 133 (void *)map->m_page_addrs[map_page] + map_off, in rds_tcp_cong_recv() 138 map_off += to_copy; in rds_tcp_cong_recv() 139 if (map_off == PAGE_SIZE) { in rds_tcp_cong_recv() 140 map_off = 0; in rds_tcp_cong_recv()
|
D | ib_recv.c | 771 unsigned int map_off; in rds_ib_cong_recv() local 786 map_off = 0; in rds_ib_cong_recv() 797 to_copy = min(RDS_FRAG_SIZE - frag_off, PAGE_SIZE - map_off); in rds_ib_cong_recv() 803 dst = (void *)map->m_page_addrs[map_page] + map_off; in rds_ib_cong_recv() 814 map_off += to_copy; in rds_ib_cong_recv() 815 if (map_off == PAGE_SIZE) { in rds_ib_cong_recv() 816 map_off = 0; in rds_ib_cong_recv()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_dir2_readdir.c | 253 xfs_dablk_t map_off; in xfs_dir2_leaf_readbuf() local 271 map_off = xfs_dir2_db_to_da(geo, xfs_dir2_byte_to_db(geo, *cur_off)); in xfs_dir2_leaf_readbuf() 272 if (!xfs_iext_lookup_extent(dp, ifp, map_off, &icur, &map)) in xfs_dir2_leaf_readbuf() 276 xfs_trim_extent(&map, map_off, last_da - map_off); in xfs_dir2_leaf_readbuf()
|