Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Daops.c702 u32 c_cpos; member
1247 wc, desc->c_cpos, pos, local_len); in ocfs2_write_cluster_by_desc()
1298 desc->c_cpos, in ocfs2_set_target_boundaries()
1305 desc->c_cpos, in ocfs2_set_target_boundaries()
1338 if (desc->c_cpos == ue->ue_cpos) { in ocfs2_unwritten_check()
1360 new->ue_cpos = desc->c_cpos; in ocfs2_unwritten_check()
1399 desc->c_cpos = wc->w_cpos + i; in ocfs2_populate_write_desc()
1405 ret = ocfs2_get_clusters(inode, desc->c_cpos, &phys, in ocfs2_populate_write_desc()
1440 if (desc->c_cpos >= wc->w_first_new_cpos) { in ocfs2_populate_write_desc()
2257 BUG_ON(ue->ue_cpos != desc->c_cpos); in ocfs2_dio_wr_get_block()