Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Daops.c715 u32 c_cpos; member
1260 wc, desc->c_cpos, pos, local_len); in ocfs2_write_cluster_by_desc()
1311 desc->c_cpos, in ocfs2_set_target_boundaries()
1318 desc->c_cpos, in ocfs2_set_target_boundaries()
1351 if (desc->c_cpos == ue->ue_cpos) { in ocfs2_unwritten_check()
1373 new->ue_cpos = desc->c_cpos; in ocfs2_unwritten_check()
1412 desc->c_cpos = wc->w_cpos + i; in ocfs2_populate_write_desc()
1418 ret = ocfs2_get_clusters(inode, desc->c_cpos, &phys, in ocfs2_populate_write_desc()
1453 if (desc->c_cpos >= wc->w_first_new_cpos) { in ocfs2_populate_write_desc()
2270 BUG_ON(ue->ue_cpos != desc->c_cpos); in ocfs2_dio_wr_get_block()