Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dfile.c1708 u32 *trunc_len, u32 *trunc_end, in ocfs2_calc_trunc_pos() argument
1724 if (range < *trunc_end) in ocfs2_calc_trunc_pos()
1725 *trunc_end = range; in ocfs2_calc_trunc_pos()
1726 *trunc_len = *trunc_end - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1728 *trunc_end = le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1738 if (range < *trunc_end) in ocfs2_calc_trunc_pos()
1739 *trunc_end = range; in ocfs2_calc_trunc_pos()
1740 *trunc_len = *trunc_end - trunc_start; in ocfs2_calc_trunc_pos()
1744 *trunc_end = trunc_start; in ocfs2_calc_trunc_pos()
1765 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local
[all …]
/openbmc/linux/fs/gfs2/
H A Dbmap.c1974 static int trunc_end(struct gfs2_inode *ip) in trunc_end() function
2033 error = trunc_end(ip); in do_shrink()
2159 error = trunc_end(ip); in gfs2_truncatei_resume()