Home
last modified time | relevance | path

Searched refs:c_cpos (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Daops.c728 u32 c_cpos; member
1272 wc, desc->c_cpos, pos, local_len); in ocfs2_write_cluster_by_desc()
1323 desc->c_cpos, in ocfs2_set_target_boundaries()
1330 desc->c_cpos, in ocfs2_set_target_boundaries()
1363 if (desc->c_cpos == ue->ue_cpos) { in ocfs2_unwritten_check()
1385 new->ue_cpos = desc->c_cpos; in ocfs2_unwritten_check()
1425 desc->c_cpos = wc->w_cpos + i; in ocfs2_populate_write_desc()
1431 ret = ocfs2_get_clusters(inode, desc->c_cpos, &phys, in ocfs2_populate_write_desc()
1466 if (desc->c_cpos >= wc->w_first_new_cpos) { in ocfs2_populate_write_desc()
2291 BUG_ON(ue->ue_cpos != desc->c_cpos); in ocfs2_dio_wr_get_block()