Lines Matching refs:phys
1128 u32 *phys, unsigned int new, in ocfs2_write_cluster() argument
1174 wc->w_handle, cpos, 1, *phys, in ocfs2_write_cluster()
1186 ret = ocfs2_get_clusters(inode, cpos, phys, NULL, NULL); in ocfs2_write_cluster()
1194 BUG_ON(*phys == 0); in ocfs2_write_cluster()
1196 p_blkno = ocfs2_clusters_to_blocks(inode->i_sb, *phys); in ocfs2_write_cluster()
1404 u32 phys = 0; in ocfs2_populate_write_desc() local
1418 ret = ocfs2_get_clusters(inode, desc->c_cpos, &phys, in ocfs2_populate_write_desc()
1439 } else if (phys) { in ocfs2_populate_write_desc()
1444 phys++; in ocfs2_populate_write_desc()
1454 BUG_ON(phys == 0); in ocfs2_populate_write_desc()
1458 desc->c_phys = phys; in ocfs2_populate_write_desc()
1459 if (phys == 0) { in ocfs2_populate_write_desc()