Searched refs:trunc_cpos (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ocfs2/
H A Dfile.c1704 u32 trunc_start, u32 *trunc_cpos,
1717 *trunc_cpos = le32_to_cpu(rec->e_cpos);
1731 *trunc_cpos = trunc_start;
1762 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; local
1887 ocfs2_calc_trunc_pos(inode, el, rec, trunc_start, &trunc_cpos,
1895 ret = ocfs2_remove_btree_range(inode, &et, trunc_cpos,
1701 ocfs2_calc_trunc_pos(struct inode *inode, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *rec, u32 trunc_start, u32 *trunc_cpos, u32 *trunc_len, u32 *trunc_end, u64 *blkno, int *done) argument
H A Dalloc.c7216 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; local
7313 trunc_cpos = le32_to_cpu(rec->e_cpos);
7321 trunc_cpos = le32_to_cpu(rec->e_cpos);
7329 trunc_cpos = new_highest_cpos;
7353 status = ocfs2_remove_btree_range(inode, &et, trunc_cpos,

Completed in 170 milliseconds