trunc_start      1150 fs/gfs2/bmap.c 	error = trunc_start(ip, size);
trunc_start      1402 fs/ocfs2/file.c 	u32 trunc_start, trunc_len, cpos, phys_cpos, alloc_size;
trunc_start      1430 fs/ocfs2/file.c 	trunc_start = ocfs2_clusters_for_bytes(osb->sb, byte_start);
trunc_start      1432 fs/ocfs2/file.c 	if (trunc_len >= trunc_start)
trunc_start      1433 fs/ocfs2/file.c 		trunc_len -= trunc_start;
trunc_start      1440 fs/ocfs2/file.c 	     (unsigned long long)byte_len, trunc_start, trunc_len);
trunc_start      1448 fs/ocfs2/file.c 	cpos = trunc_start;