Searched refs:new_highest_cpos (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 7204 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7219 new_highest_cpos = ocfs2_clusters_for_bytes(osb->sb, in ocfs2_commit_truncate() 7230 ocfs2_extent_map_trunc(inode, new_highest_cpos); in ocfs2_commit_truncate() 7252 new_highest_cpos, in ocfs2_commit_truncate() 7305 } else if (le32_to_cpu(rec->e_cpos) >= new_highest_cpos) { in ocfs2_commit_truncate() 7312 } else if (range > new_highest_cpos) { in ocfs2_commit_truncate() 7317 trunc_cpos = new_highest_cpos; in ocfs2_commit_truncate() 7318 trunc_len = range - new_highest_cpos; in ocfs2_commit_truncate() 7319 coff = new_highest_cpos - le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 7209 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7224 new_highest_cpos = ocfs2_clusters_for_bytes(osb->sb, in ocfs2_commit_truncate() 7235 ocfs2_extent_map_trunc(inode, new_highest_cpos); in ocfs2_commit_truncate() 7257 new_highest_cpos, in ocfs2_commit_truncate() 7310 } else if (le32_to_cpu(rec->e_cpos) >= new_highest_cpos) { in ocfs2_commit_truncate() 7317 } else if (range > new_highest_cpos) { in ocfs2_commit_truncate() 7322 trunc_cpos = new_highest_cpos; in ocfs2_commit_truncate() 7323 trunc_len = range - new_highest_cpos; in ocfs2_commit_truncate() 7324 coff = new_highest_cpos - le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate()
|
Completed in 18 milliseconds