Lines Matching refs:phys
1093 u32 *phys, unsigned int new, in ocfs2_write_cluster() argument
1139 wc->w_handle, cpos, 1, *phys, in ocfs2_write_cluster()
1151 ret = ocfs2_get_clusters(inode, cpos, phys, NULL, NULL); in ocfs2_write_cluster()
1159 BUG_ON(*phys == 0); in ocfs2_write_cluster()
1161 p_blkno = ocfs2_clusters_to_blocks(inode->i_sb, *phys); in ocfs2_write_cluster()
1368 u32 phys = 0; in ocfs2_populate_write_desc() local
1382 ret = ocfs2_get_clusters(inode, desc->c_cpos, &phys, in ocfs2_populate_write_desc()
1403 } else if (phys) { in ocfs2_populate_write_desc()
1408 phys++; in ocfs2_populate_write_desc()
1418 BUG_ON(phys == 0); in ocfs2_populate_write_desc()
1422 desc->c_phys = phys; in ocfs2_populate_write_desc()
1423 if (phys == 0) { in ocfs2_populate_write_desc()