Lines Matching refs:map_start
702 u64 map_start)
717 if (map_start < id_count) {
735 u64 map_start, u64 map_len)
745 ret = fiemap_prep(inode, fieinfo, map_start, &map_len, 0);
762 ret = ocfs2_fiemap_inline(inode, di_bh, fieinfo, map_start);
766 cpos = map_start >> osb->s_clustersize_bits;
768 map_start + map_len);
820 u64 map_start, u64 map_len)
828 if (ocfs2_size_fits_inline_data(di_bh, map_start + map_len))
834 cpos = map_start >> osb->s_clustersize_bits;
836 map_start + map_len);