filesize           62 kern/vfs_cluster.c cluster_write(struct buf *bp, struct cluster_info *ci, u_quad_t filesize)
filesize           89 kern/vfs_cluster.c 			if (((u_quad_t)(lbn + 1)) * bp->b_bcount != filesize ||
filesize          129 kern/vfs_cluster.c 		if ((u_quad_t)(lbn + 1) * (u_quad_t)bp->b_bcount != filesize &&