Searched refs:trunc_start (Results 1 – 2 of 2) sorted by relevance
1382 u32 trunc_start, trunc_len, cpos, phys_cpos, alloc_size; in ocfs2_remove_inode_range() local1412 trunc_start = ocfs2_clusters_for_bytes(osb->sb, byte_start); in ocfs2_remove_inode_range()1414 if (trunc_len >= trunc_start) in ocfs2_remove_inode_range()1415 trunc_len -= trunc_start; in ocfs2_remove_inode_range()1422 (unsigned long long)byte_len, trunc_start, trunc_len); in ocfs2_remove_inode_range()1430 cpos = trunc_start; in ocfs2_remove_inode_range()
1019 static int trunc_start(struct gfs2_inode *ip, u64 size) in trunc_start() function1150 error = trunc_start(ip, size); in do_shrink()