Home
last modified time | relevance | path

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

/fs/ocfs2/
Dfile.c1614 u32 trunc_start, u32 *trunc_cpos, in ocfs2_calc_trunc_pos() argument
1627 *trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1641 *trunc_cpos = trunc_start; in ocfs2_calc_trunc_pos()
1672 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local
1798 ocfs2_calc_trunc_pos(inode, el, rec, trunc_start, &trunc_cpos, in ocfs2_remove_inode_range()
1806 ret = ocfs2_remove_btree_range(inode, &et, trunc_cpos, in ocfs2_remove_inode_range()
Dalloc.c6968 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local
7057 trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate()
7064 trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate()
7072 trunc_cpos = new_highest_cpos; in ocfs2_commit_truncate()
7087 status = ocfs2_remove_btree_range(inode, &et, trunc_cpos, in ocfs2_commit_truncate()