Searched refs:map_off (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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 | iw_recv.c | 557 unsigned int map_off; in rds_iw_cong_recv() local 572 map_off = 0; in rds_iw_cong_recv() 583 to_copy = min(RDS_FRAG_SIZE - frag_off, PAGE_SIZE - map_off); in rds_iw_cong_recv() 589 dst = (void *)map->m_page_addrs[map_page] + map_off; in rds_iw_cong_recv() 600 map_off += to_copy; in rds_iw_cong_recv() 601 if (map_off == PAGE_SIZE) { in rds_iw_cong_recv() 602 map_off = 0; in rds_iw_cong_recv()
|
D | ib_recv.c | 726 unsigned int map_off; in rds_ib_cong_recv() local 741 map_off = 0; in rds_ib_cong_recv() 752 to_copy = min(RDS_FRAG_SIZE - frag_off, PAGE_SIZE - map_off); in rds_ib_cong_recv() 758 dst = (void *)map->m_page_addrs[map_page] + map_off; in rds_ib_cong_recv() 769 map_off += to_copy; in rds_ib_cong_recv() 770 if (map_off == PAGE_SIZE) { in rds_ib_cong_recv() 771 map_off = 0; in rds_ib_cong_recv()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_dir2_readdir.c | 255 xfs_dablk_t map_off; /* last mapped file offset */ member 325 mip->map_off < xfs_dir2_byte_to_da(geo, XFS_DIR2_LEAF_OFFSET)) { in xfs_dir2_leaf_readbuf() 331 error = xfs_bmapi_read(dp, mip->map_off, in xfs_dir2_leaf_readbuf() 333 mip->map_off, in xfs_dir2_leaf_readbuf() 351 mip->map_off = map[i].br_startoff + map[i].br_blockcount; in xfs_dir2_leaf_readbuf() 353 mip->map_off = xfs_dir2_byte_to_da(geo, in xfs_dir2_leaf_readbuf() 379 *curoff = xfs_dir2_da_to_byte(geo, mip->map_off); in xfs_dir2_leaf_readbuf() 517 map_info->map_off = xfs_dir2_db_to_da(geo, in xfs_dir2_leaf_getdents()
|