Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dfile.c1715 u32 trunc_start, u32 *trunc_cpos, in ocfs2_calc_trunc_pos() argument
1724 if (le32_to_cpu(rec->e_cpos) >= trunc_start) { in ocfs2_calc_trunc_pos()
1737 } else if (range > trunc_start) { in ocfs2_calc_trunc_pos()
1742 *trunc_cpos = trunc_start; in ocfs2_calc_trunc_pos()
1748 *trunc_len = *trunc_end - trunc_start; in ocfs2_calc_trunc_pos()
1749 coff = trunc_start - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos()
1752 *trunc_end = trunc_start; in ocfs2_calc_trunc_pos()
1773 u32 trunc_start, trunc_len, trunc_end, trunc_cpos, phys_cpos; in ocfs2_remove_inode_range() local
1842 trunc_start = ocfs2_clusters_for_bytes(osb->sb, byte_start); in ocfs2_remove_inode_range()
1859 while (trunc_end > trunc_start) { in ocfs2_remove_inode_range()
[all …]
/linux/fs/gfs2/
H A Dbmap.c1372 static int trunc_start(struct inode *inode, u64 newsize) in trunc_start() function
2046 error = trunc_start(inode, newsize); in do_shrink()