Searched refs:trunc_cpos (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | file.c | 1708 u32 trunc_start, u32 *trunc_cpos, in ocfs2_calc_trunc_pos() 1721 *trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1735 *trunc_cpos = trunc_start; in ocfs2_calc_trunc_pos() 1766 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local 1891 ocfs2_calc_trunc_pos(inode, el, rec, trunc_start, &trunc_cpos, in ocfs2_remove_inode_range() 1899 ret = ocfs2_remove_btree_range(inode, &et, trunc_cpos, in ocfs2_remove_inode_range() 1705 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) ocfs2_calc_trunc_pos() argument
|
H A D | alloc.c | 7204 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7301 trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate() 7309 trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate() 7317 trunc_cpos = new_highest_cpos; in ocfs2_commit_truncate() 7341 status = ocfs2_remove_btree_range(inode, &et, trunc_cpos, in ocfs2_commit_truncate()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | file.c | 1702 u32 trunc_start, u32 *trunc_cpos, in ocfs2_calc_trunc_pos() 1715 *trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1729 *trunc_cpos = trunc_start; in ocfs2_calc_trunc_pos() 1760 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local 1885 ocfs2_calc_trunc_pos(inode, el, rec, trunc_start, &trunc_cpos, in ocfs2_remove_inode_range() 1893 ret = ocfs2_remove_btree_range(inode, &et, trunc_cpos, in ocfs2_remove_inode_range() 1699 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) ocfs2_calc_trunc_pos() argument
|
H A D | alloc.c | 7209 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7306 trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate() 7314 trunc_cpos = le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate() 7322 trunc_cpos = new_highest_cpos; in ocfs2_commit_truncate() 7346 status = ocfs2_remove_btree_range(inode, &et, trunc_cpos, in ocfs2_commit_truncate()
|
Completed in 22 milliseconds