Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Dalloc.c7012 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local
7027 new_highest_cpos = ocfs2_clusters_for_bytes(osb->sb, in ocfs2_commit_truncate()
7038 ocfs2_extent_map_trunc(inode, new_highest_cpos); in ocfs2_commit_truncate()
7060 new_highest_cpos, in ocfs2_commit_truncate()
7105 } else if (le32_to_cpu(rec->e_cpos) >= new_highest_cpos) { in ocfs2_commit_truncate()
7112 } else if (range > new_highest_cpos) { in ocfs2_commit_truncate()
7117 trunc_cpos = new_highest_cpos; in ocfs2_commit_truncate()
7118 trunc_len = range - new_highest_cpos; in ocfs2_commit_truncate()
7119 coff = new_highest_cpos - le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate()