Searched refs:trunc_start (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() 1717 if (le32_to_cpu(rec->e_cpos) >= trunc_start) { in ocfs2_calc_trunc_pos() 1730 } else if (range > trunc_start) { in ocfs2_calc_trunc_pos() 1735 *trunc_cpos = trunc_start; in ocfs2_calc_trunc_pos() 1741 *trunc_len = *trunc_end - trunc_start; in ocfs2_calc_trunc_pos() 1742 coff = trunc_start - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1745 *trunc_end = trunc_start; in ocfs2_calc_trunc_pos() 1751 * - trunc_start was within a hole in ocfs2_calc_trunc_pos() 1766 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local 1827 trunc_start 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 [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | file.c | 1702 u32 trunc_start, u32 *trunc_cpos, in ocfs2_calc_trunc_pos() 1711 if (le32_to_cpu(rec->e_cpos) >= trunc_start) { in ocfs2_calc_trunc_pos() 1724 } else if (range > trunc_start) { in ocfs2_calc_trunc_pos() 1729 *trunc_cpos = trunc_start; in ocfs2_calc_trunc_pos() 1735 *trunc_len = *trunc_end - trunc_start; in ocfs2_calc_trunc_pos() 1736 coff = trunc_start - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1739 *trunc_end = trunc_start; in ocfs2_calc_trunc_pos() 1745 * - trunc_start was within a hole in ocfs2_calc_trunc_pos() 1760 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local 1821 trunc_start 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 [all...] |
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | bmap.c | 1407 static int trunc_start(struct inode *inode, u64 newsize) in trunc_start() function 2067 error = trunc_start(inode, newsize); in do_shrink()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | bmap.c | 1351 static int trunc_start(struct inode *inode, u64 newsize) in trunc_start() function 2024 error = trunc_start(inode, newsize); in do_shrink()
|
Completed in 12 milliseconds