Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Dfile.c1619 u32 trunc_start, u32 *trunc_cpos, in ocfs2_calc_trunc_pos() argument
1632 *trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1646 *trunc_cpos = trunc_start; in ocfs2_calc_trunc_pos()
1677 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local
1803 ocfs2_calc_trunc_pos(inode, el, rec, trunc_start, &trunc_cpos, in ocfs2_remove_inode_range()
1811 ret = ocfs2_remove_btree_range(inode, &et, trunc_cpos, in ocfs2_remove_inode_range()
Dalloc.c7012 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local
7102 trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate()
7109 trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate()
7117 trunc_cpos = new_highest_cpos; in ocfs2_commit_truncate()
7141 status = ocfs2_remove_btree_range(inode, &et, trunc_cpos, in ocfs2_commit_truncate()