Lines Matching refs:cpos
495 u32 cpos,
506 cluster_start = cpos % cpp;
530 struct ocfs2_super *osb, u32 cpos,
536 ocfs2_figure_cluster_boundaries(osb, cpos, &cluster_start, &cluster_end);
929 struct ocfs2_write_ctxt *wc, struct folio *folio, u32 cpos,
937 ocfs2_figure_cluster_boundaries(OCFS2_SB(inode->i_sb), cpos,
998 cpos, user_data_from, user_data_to);
1010 struct ocfs2_write_ctxt *wc, u32 cpos, loff_t user_pos,
1029 start = ocfs2_align_clusters_to_page_index(inode->i_sb, cpos);
1104 struct ocfs2_write_ctxt *wc, u32 cpos,
1120 tmp_pos = cpos;
1145 wc->w_handle, cpos, 1, *phys,
1157 ret = ocfs2_get_clusters(inode, cpos, phys, NULL, NULL);
1161 (unsigned long long)OCFS2_I(inode)->ip_blkno, cpos);
1181 wc->w_folios[i], cpos, user_pos, user_len,