Home
last modified time | relevance | path

Searched refs:trunc_end (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dfile.c1709 u32 *trunc_len, u32 *trunc_end, in ocfs2_calc_trunc_pos()
1725 if (range < *trunc_end) in ocfs2_calc_trunc_pos()
1726 *trunc_end = range; in ocfs2_calc_trunc_pos()
1727 *trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1729 *trunc_end = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1739 if (range < *trunc_end) in ocfs2_calc_trunc_pos()
1740 *trunc_end = range; in ocfs2_calc_trunc_pos()
1741 *trunc_len = *trunc_end - trunc_start; in ocfs2_calc_trunc_pos()
1745 *trunc_end = trunc_start; in ocfs2_calc_trunc_pos()
1766 u32 trunc_start, trunc_len, trunc_end, trunc_cpo in ocfs2_remove_inode_range() local
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 Dfile.c1703 u32 *trunc_len, u32 *trunc_end, in ocfs2_calc_trunc_pos()
1719 if (range < *trunc_end) in ocfs2_calc_trunc_pos()
1720 *trunc_end = range; in ocfs2_calc_trunc_pos()
1721 *trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1723 *trunc_end = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1733 if (range < *trunc_end) in ocfs2_calc_trunc_pos()
1734 *trunc_end = range; in ocfs2_calc_trunc_pos()
1735 *trunc_len = *trunc_end - trunc_start; in ocfs2_calc_trunc_pos()
1739 *trunc_end = trunc_start; in ocfs2_calc_trunc_pos()
1760 u32 trunc_start, trunc_len, trunc_end, trunc_cpo in ocfs2_remove_inode_range() local
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 Dbmap.c2016 static int trunc_end(struct gfs2_inode *ip) in trunc_end() function
2075 error = trunc_end(ip); in do_shrink()
2209 error = trunc_end(ip); in gfs2_truncatei_resume()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dbmap.c1973 static int trunc_end(struct gfs2_inode *ip) in trunc_end() function
2032 error = trunc_end(ip); in do_shrink()
2158 error = trunc_end(ip); in gfs2_truncatei_resume()

Completed in 21 milliseconds