Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Dfile.c1706 u32 *trunc_len, u32 *trunc_end, in ocfs2_calc_trunc_pos() argument
1722 if (range < *trunc_end) in ocfs2_calc_trunc_pos()
1723 *trunc_end = range; in ocfs2_calc_trunc_pos()
1736 if (range < *trunc_end) in ocfs2_calc_trunc_pos()
1737 *trunc_end = range; in ocfs2_calc_trunc_pos()
1742 *trunc_end = trunc_start; in ocfs2_calc_trunc_pos()
1826 cluster_in_el = trunc_end; in ocfs2_remove_inode_range()
1841 while (trunc_end > trunc_start) { in ocfs2_remove_inode_range()
1852 i = ocfs2_find_rec(el, trunc_end); in ocfs2_remove_inode_range()
1879 trunc_end = cluster_in_el + 1; in ocfs2_remove_inode_range()
[all …]
/linux-6.3-rc2/fs/gfs2/
A Dbmap.c1974 static int trunc_end(struct gfs2_inode *ip) in trunc_end() function
2033 error = trunc_end(ip); in do_shrink()
2167 error = trunc_end(ip); in gfs2_truncatei_resume()

Completed in 13 milliseconds